CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - webs
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - webs - List
[
Button control
]
webs
DL : 0
网页制作 网页制作 网页制作 -web pages web pages web pages
Update
: 2008-10-13
Size
: 2.72kb
Publisher
:
陶陶
[
CSharp
]
HrManage
DL : 0
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 :
Update
: 2008-10-13
Size
: 387.07kb
Publisher
:
林晓武
[
WEB Code
]
xytnet
DL : 0
校园网通信网站,校 园网通信网站。-campus site, the campus Netcom letter webs ite.
Update
: 2008-10-13
Size
: 6.74mb
Publisher
:
xiejunyong
[
Other
]
My Webs
DL : 0
我的个人站点请大家多多看看 -my personal site please look at the many
Update
: 2008-10-13
Size
: 271.86kb
Publisher
:
王亮
[
WEB Code
]
webs
DL : 0
交友项目包括相册,BBS,交友关系处理,朋友圈子处理
Update
: 2008-10-13
Size
: 38.23mb
Publisher
:
feiboy
[
Other resource
]
语法分析之左递归实验
DL : 0
此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (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
Update
: 2008-10-13
Size
: 43.11kb
Publisher
:
何浩
[
Other
]
My Webs
DL : 0
我的个人站点请大家多多看看 -my personal site please look at the many
Update
: 2025-02-17
Size
: 272kb
Publisher
:
王亮
[
WEB Code
]
WebSMS在线聊天系统
DL : 0
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)
Update
: 2025-02-17
Size
: 917kb
Publisher
:
雪落无声
[
Data structs
]
语法分析之左递归实验
DL : 0
此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (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
Update
: 2025-02-17
Size
: 43kb
Publisher
:
何浩
[
Button control
]
webs
DL : 0
网页制作 网页制作 网页制作 -web pages web pages web pages
Update
: 2025-02-17
Size
: 2kb
Publisher
:
陶陶
[
CSharp
]
HrManage
DL : 0
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 :
Update
: 2025-02-17
Size
: 387kb
Publisher
:
[
JSP/Java
]
zjchat
DL : 0
JSP编写的一个聊天室程序!功能齐全,界面美观!-JSP prepared a chat room procedures! Fully functional, beautiful interface!
Update
: 2025-02-17
Size
: 41kb
Publisher
:
wyw0818
[
Web Server
]
webs212
DL : 0
GoAhead WebServer Source Code。支持平台:VxWorks, Linux, ECOS-GoAhead WebServer Source Code. Supported platforms : VxWorks, Linux, eCos
Update
: 2025-02-17
Size
: 891kb
Publisher
:
刘功元
[
Web Server
]
WEBSRV
DL : 0
一个十分好用的WEB服务器,采用Winsocket编写,小巧实用,贡献给大家。-a very user-friendly Web server, using Winsocket prepared, compact and practical, contribution to the house.
Update
: 2025-02-17
Size
: 111kb
Publisher
:
[
uCOS
]
AT91SAM7x256DevBoard_DNS
DL : 0
基于AT91SAM7x256的硬件平台的WEB服务器源码(A­ DS版本, ucOS_II+LWIP+自己编写的DNS查询工具)-AT91SAM7x256 based on the hardware platform-source Web server (A
Update
: 2025-02-17
Size
: 711kb
Publisher
:
林云霰
[
VxWorks
]
webs216
DL : 0
嵌入式vxwork web server,短小精悍,很有参考价值-vxwork embedded web server, small and great reference value
Update
: 2025-02-17
Size
: 1009kb
Publisher
:
陈国孟
[
WEB Code
]
xytnet
DL : 0
校园网通信网站,校 园网通信网站。-campus site, the campus Netcom letter webs ite.
Update
: 2025-02-17
Size
: 6.74mb
Publisher
:
[
WEB Code
]
webs
DL : 0
交友项目包括相册,BBS,交友关系处理,朋友圈子处理-Personals projects include albums, BBS, friends deal with relations, friends circle treatment
Update
: 2025-02-17
Size
: 38.23mb
Publisher
:
feiboy
[
VC/MFC
]
webs-2-5
DL : 0
webs goahead webs goahead webs goahead webs goahead webs goahead-webs goahead
Update
: 2025-02-17
Size
: 1.44mb
Publisher
:
hqw
[
Browser Client
]
webs
DL : 0
网页的制作,可以让你轻轻松松的学好网页的制作过程,可以直接下载使用。-make webs
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李由
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.