Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - group box
Search - group box - List
该章文件夹Chap1下存放的以下4个文件:CreateTable.txt、CreateDB.sql、PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF。 其中CreateTable.txt存储了创建数据表脚本的文本文件; CreateDB.sql用来创建数据库,方法是在sql查询分析器中执行CreateDB.sql文件; PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF为附加数据库文件,附加方法:打开SQL Server企业管理器,在左侧窗格中展开服务器组和要创建数据库的服务器实例。右击“数据库”节点,然后选择“所有任务”下的“附加数据库...”命令,打开如图1所示的对话框,在“…”按钮中单击,选择part02文件夹下的PERSONNEL_SYS.MDF文件确认即可。 -The chapter Chap1 folder stored in the following four documents: CreateTable.txt, CreateDB.sql, PERSONNEL_SYS_Data.MDF and PERSONNEL_SYS_Log.LDF. CreateTable.txt which stored data tables to create a text file script CreateDB.sql used to create the database, methods in the sql query analyzer to perform CreateDB.sql document PERSONNEL_SYS_Data.MDF and PERSONNEL_SYS_Log.LDF for additional database files, additional methods : Open SQL Server Enterprise Manager, in the left pane expand the server group and want to create a database server instance. Right-click on Database node, then select All tasks under the Additional database ... command, open the dialog box as shown in Figure 1, in the ... button, click, select part02 folder PERSONNEL_SYS . MDF file can be confirmed.
Date : 2026-01-18 Size : 211kb User : camel

delphi做的邮件短信系统 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败。 3. 源代码配置: (1)要加入ActiveX控件MSComm,否则程序无法编译。 (2)如果Delphi中没有NMPOP3控件(位于FastNet)控件组,则程序也无法编译,在Delphi 6 中一般默认都有。 (3)程序中用到的图标文件在程序的源代码目录的res文件夹下,读者可以选用自己的图标文件,这里可以任意更改,一般不会出见致命错误-E-mail messaging system 1. To achieve e-mail detection function: (1) A registered account, pay attention to the correct Tianxie POP3 server, user name, password. 2. To achieve SMS features: (1) The registration account when Tianxie the correct phone number, and select the check box to send to the phone. (2) with the GSM module, according to buy their own instructions to set serial port parameters, are generally "19200, n, 8,1". (3) Tianxie local messaging center number 86 can be added from time in front of Canada, if not written, the system click "OK" will automatically be added later. (4) Note: If the message contains Chinese characters, you must be set to Pdu mode, otherwise the message may send fail. 3. The source code configuration: (1) to join the ActiveX control MSComm, otherwise the program does not compile. (2) If Delphi does not NMPOP3 control (located in FastNet) control group, the program can not compile in Delphi 6 are generally the default. (3) pr
Date : 2026-01-18 Size : 668kb User : 李飞

单击“产生数字”或“开始新游 戏”后软件将随机产生一个无重 复 的4位数,使用者在对应输入框 内输入猜测的一组无重复4位数 ,单击“确认数字后”软件就会根 据这个数字给出几A几B,其中A 前面的数字表示位置正确的数的 个数,而B前的数字表示数字正 确而位置不对的数的个数。 如:正确答案为 5234,而 猜的人猜 5346,则是 1A2B,其 中有一个5的位置对了,记为1A ,而3和4这两个数字对了,而位 置没对,因此记为 2B,合起来 就是 1A2B。接着猜的人再根据 出题者的几A几B继续猜,直到 猜中(即 4A0B)为止。 注意事项:请在5 分钟之内完成,且 输入次数不得超过50 次不然 算失败 本产品纯属智利游戏,仅供娱乐-Click the "generation number " or "start a new tour Play "after the software will randomly generate a non-re- Complex 4-digit, the user input box in the corresponding Enter a group of non-repetition guess 4-digit , Click "confirm figures, " the software will root According to this figure shows a few A few B, where A The numbers indicate the correct position in front of the number of The number of digits before the number of B is The number of correct and incorrect number of locations. Such as: The correct answer is 5234, and Guess who guess 5346, it is 1A2B, its There is a 5 position of a, denoted 1A , While 3 and 4 of these two figures, while the bit Did not set right, so remember to 2B, together Is 1A2B. Then, according to people who guess A few questions were a few B keep guessing until Guess (that is, 4A0B) so far. Note: Please be completed within 5 minutes, and Enter no more than 50 times or else Operator failure This product is pure
Date : 2026-01-18 Size : 384kb User : 夏寂然

1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败。 3. 源代码配置: (1)要加入ActiveX控件MSComm,否则程序无法编译。 (2)如果Delphi中没有NMPOP3控件(位于FastNet)控件组,则程序也无法编译,在Delphi 6 中一般默认都有。 (3)程序中用到的图标文件在程序的源代码目录的res文件夹下,读者可以选用自己的图标文件,这里可以任意更改,一般不会出见致命错误。 -1 realization mail detection function: (1) registered account, pay attention to the correct Tianxie POP3 server, user name and password. (2) send text messages to achieve functions: (1) Please fill in the registered account to the correct phone number, and select the check box is sent to the phone. (2) According to the instructions to buy their own set of GSM module serial port parameters, usually "19200, n, 8,1". (3) Please fill local SMS center number 86 in front of the additive may increase, if not write, the system will automatically add in the press "OK". (4) Note: If the message contains Chinese characters, Pdu mode must be set, otherwise the message may be sent to fail. 3 source code configuration: (1) To add an ActiveX control MSComm, otherwise the program will not compile. (2) If there is no NMPOP3 Delphi controls (located FastNet) control group, the program can not be compiled in Delphi 6 are generally the default. (3) used in the program folder icon in the prog
Date : 2026-01-18 Size : 757kb User : 贺海龙
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.