Welcome![Sign In][Sign Up]
Location:
Search - webs

Search list

[Button controlwebs

Description: 网页制作 网页制作 网页制作 -web pages web pages web pages
Platform: | Size: 2786 | Author: 陶陶 | Hits:

[CSharpHrManage

Description: ASP.NET开发技术详解源代码 将解决方案目录“\\简历管理系统\\hrmanage”拷贝到本机中,并设置目录hrmanage目录的虚拟目录名称为hrmanage。双击根目录hrmanage.sln解决方案文件,系统会自动调用Visual Studio .NET打开本解决方案,通过“解决方案资源管理器”可查看到各层类文件的实现代码。 如果设置Webs目录的虚拟目录名称不是hrmanage,则需要修改Webs目录下的Webs.csproj.webinfo文件,用记事本或其他文本编辑器打开,可以看到如下的设置: <VisualStudioUNCWeb> <Web URLPath = \"http://localhost/hotop100/Webs.csproj\" /> </VisualStudioUNCWeb> 修改路径为设置的虚拟路径即可。 此外,还需要修改数据库连接字符串,用记事本或其他文本编辑工具打开hrmanage目录下的Web.config文件,找到<appSetting>节点,如下所示: <appSettings> <!--此处设置数据库连接字符串--> <add key=\"ConnectString\" value=\"data source=localhost initial catalog=msrcn persist security info=False user id=sa pwd=hello workstation id=msrcn packet size=4096\"/> </appSettings> -ASP.NET Development Technology Comments on the source code of Solutions Catalog "\\ resume management system \\ hrma nage "to the copy machine, Contents hrmanage and set up the virtual directory for the directory name hrmanage. Double-click the root directory hrmanage.sln solutions, The system will automatically call Visual Studio.NET open this solution, by "solution for resource management" can be found on various floors of types of documents to the realization of code. If the installation of Webs directory virtual directory name is not hrmanage. Webs is a need to amend the Webs.csproj.webinfo directory paper, use Notepad or other text editor to open, we can see that the setup is as follows :
Platform: | Size: 396363 | Author: 林晓武 | Hits:

[WEB Codexytnet

Description: 校园网通信网站,校 园网通信网站。-campus site, the campus Netcom letter webs ite.
Platform: | Size: 7066118 | Author: xiejunyong | Hits:

[OtherMy Webs

Description: 我的个人站点请大家多多看看 -my personal site please look at the many
Platform: | Size: 278380 | Author: 王亮 | Hits:

[WEB Codewebs

Description: 交友项目包括相册,BBS,交友关系处理,朋友圈子处理
Platform: | Size: 40085473 | Author: feiboy | Hits:

[Other resource语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44142 | Author: 何浩 | Hits:

[OtherMy Webs

Description: 我的个人站点请大家多多看看 -my personal site please look at the many
Platform: | Size: 278528 | Author: 王亮 | Hits:

[WEB CodeWebSMS在线聊天系统

Description: WebSMS是一个基于网页的聊天工具。 WebSMS还包括其它很多功能,如:在线音乐、电影、开心词典,等等... 2、主要功能 WebSMS 主要功能有:“聊天、在线音乐、在线电影、相声、笑话大全、开心词典、邮编/区号查询、IP查询、 在线杀毒、万年历。”此聊天工具的聊天方法,若想实现其功能,您可以点击WebSMS顶上的那四个小图标。 本程序的一些功能仍在开发中,我们会尽快完善其功能...(免费版将有所限制)-WebSMS is a Web-based chat tool. WebSMS also includes many other features, such as : online music, movies, happy dictionary, and so on ... two main functions WebSMS main functions are : "chat, online music and movies online, crosstalk joke Daquan, happy dictionaries, Zip/area code inquiries, IP inquiries, online antivirus, hefty almanac. "Chat chat tools, if they are to realize their functions, you can click on it to the top of WebSMS four small icon. Some of the procedures are still functional development, we will perfect its functions ... (free version will be limited)
Platform: | Size: 939008 | Author: 雪落无声 | Hits:

[Data structs语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44032 | Author: 何浩 | Hits:

[Button controlwebs

Description: 网页制作 网页制作 网页制作 -web pages web pages web pages
Platform: | Size: 2048 | Author: 陶陶 | Hits:

[CSharpHrManage

Description: ASP.NET开发技术详解源代码 将解决方案目录“\简历管理系统\hrmanage”拷贝到本机中,并设置目录hrmanage目录的虚拟目录名称为hrmanage。双击根目录hrmanage.sln解决方案文件,系统会自动调用Visual Studio .NET打开本解决方案,通过“解决方案资源管理器”可查看到各层类文件的实现代码。 如果设置Webs目录的虚拟目录名称不是hrmanage,则需要修改Webs目录下的Webs.csproj.webinfo文件,用记事本或其他文本编辑器打开,可以看到如下的设置: <VisualStudioUNCWeb> <Web URLPath = "http://localhost/hotop100/Webs.csproj" /> </VisualStudioUNCWeb> 修改路径为设置的虚拟路径即可。 此外,还需要修改数据库连接字符串,用记事本或其他文本编辑工具打开hrmanage目录下的Web.config文件,找到<appSetting>节点,如下所示: <appSettings> <!--此处设置数据库连接字符串--> <add key="ConnectString" value="data source=localhost initial catalog=msrcn persist security info=False user id=sa pwd=hello workstation id=msrcn packet size=4096"/> </appSettings> -ASP.NET Development Technology Comments on the source code of Solutions Catalog "\ resume management system \ hrma nage "to the copy machine, Contents hrmanage and set up the virtual directory for the directory name hrmanage. Double-click the root directory hrmanage.sln solutions, The system will automatically call Visual Studio.NET open this solution, by "solution for resource management" can be found on various floors of types of documents to the realization of code. If the installation of Webs directory virtual directory name is not hrmanage. Webs is a need to amend the Webs.csproj.webinfo directory paper, use Notepad or other text editor to open, we can see that the setup is as follows :
Platform: | Size: 396288 | Author: | Hits:

[JSP/Javazjchat

Description: JSP编写的一个聊天室程序!功能齐全,界面美观!-JSP prepared a chat room procedures! Fully functional, beautiful interface!
Platform: | Size: 41984 | Author: wyw0818 | Hits:

[Web Serverwebs212

Description: GoAhead WebServer Source Code。支持平台:VxWorks, Linux, ECOS-GoAhead WebServer Source Code. Supported platforms : VxWorks, Linux, eCos
Platform: | Size: 912384 | Author: 刘功元 | Hits:

[Web ServerWEBSRV

Description: 一个十分好用的WEB服务器,采用Winsocket编写,小巧实用,贡献给大家。-a very user-friendly Web server, using Winsocket prepared, compact and practical, contribution to the house.
Platform: | Size: 113664 | Author: | Hits:

[uCOSAT91SAM7x256DevBoard_DNS

Description: 基于AT91SAM7x256的硬件平台的WEB服务器源码(A­ DS版本, ucOS_II+LWIP+自己编写的DNS查询工具)-AT91SAM7x256 based on the hardware platform-source Web server (A
Platform: | Size: 728064 | Author: 林云霰 | Hits:

[VxWorkswebs216

Description: 嵌入式vxwork web server,短小精悍,很有参考价值-vxwork embedded web server, small and great reference value
Platform: | Size: 1033216 | Author: 陈国孟 | Hits:

[WEB Codexytnet

Description: 校园网通信网站,校 园网通信网站。-campus site, the campus Netcom letter webs ite.
Platform: | Size: 7065600 | Author: | Hits:

[WEB Codewebs

Description: 交友项目包括相册,BBS,交友关系处理,朋友圈子处理-Personals projects include albums, BBS, friends deal with relations, friends circle treatment
Platform: | Size: 40085504 | Author: feiboy | Hits:

[VC/MFCwebs-2-5

Description: webs goahead webs goahead webs goahead webs goahead webs goahead-webs goahead
Platform: | Size: 1511424 | Author: hqw | Hits:

[Browser Clientwebs

Description: 网页的制作,可以让你轻轻松松的学好网页的制作过程,可以直接下载使用。-make webs
Platform: | Size: 2048 | Author: 李由 | Hits:
« 12 3 4 »

CodeBus www.codebus.net