-
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。...
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。
3、修正了登录框调用的动态读取及验证码问题。
4、加入了相册缩略图和图片水印。
5、加入了回复和评论验证码。
6、用户管理后台首页的改进。
7、修正了ubb分段及部分标签解析的问题。
8、修正了整合论坛第一次登录出错的问题。
9、修正了其他已知bug。-and fully support the formation htm, html suffix static document, currently supports four types of documents generated suffix : htm, html, shtml, asp. Two, that before the whole point of encryption to encrypt js pseudo-dynamic encryption. 3, amended Login box called dynamic code reading and verification issues. 4, by adding a photo album and photo thumbnail watermark. 5, by adding a response to comments and validation code. 6, user management background Home Improvement. 7, amended UBB and some sub-label analysis of the problem. 8, amended the integration of the first Forum of errors logged. 9, amended other known bug.
- 2022-01-28 21:45:33下载
- 积分:1
-
Student Information Management System for DOS interface VECTOR internal storage...
学生信息管理系统
DOS界面 内部用VECTOR储存数据-Student Information Management System for DOS interface VECTOR internal storage of data
- 2022-05-26 03:03:51下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一...
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一个完整的编程语言,因为它没有标准函数库(如IO和字符串处理)。FScript提供的基本函数(如流程控制,变量处理,和基本的数学运算)可以通过宿主程序扩展,只需要一个Java 2运行环境.tgz-FTE is a programmer- oriented text editor. 20 can support multiple programming language syntax highlighter, coupled with strong configurable, so this lightweight but GM editors can be adapted to almost any programmer. Zip it is not a complete programming language, because it does not have the standard functions (such as string handling and IO). FScript provide the basic functions (such as flow control, variable handling, and basic arithmetic) can be extended through a host application only need a Java 2 runtime environment. Tgz
- 2023-07-06 13:45:03下载
- 积分:1
-
小巧的WINDOWS HELP文件编辑器
小巧的WINDOWS HELP文件编辑器-compact WINDOWS HELP file editor
- 2023-05-06 12:20:02下载
- 积分:1
-
网站对尼日利亚国家的细节
网站提供了有关尼日利亚的的地方文化信息。该项目采用HTML的简单标签。易理解,给国家的有用信息。无域还提供了它。适用于小型项目。
- 2022-03-24 19:57:11下载
- 积分:1
-
一个非常简单的示例,使用反向传播的神经网络
使用后的 propagationThis 程序的神经网络的一个非常简单的示例是一个简单的例子,使用反向传播的神经网络。我的代码有所有的基本功能,如学习率,加载网保存网,等。你可以有多层,你可以。这里的代码是可扩展的即您可以在程序中使用我的代码实现神经网络。这里给出了一个示例问题和网络。加载带有名称"XOR.nn"的网络。它解决了 XOR 问题。归功于 "Please don 别忘了给的评论,也是最重要你的投票 !并注意到神经网络和反向传播是个谜,你是否我可以写一个教程,对神经网络和背部的传播。只是告诉我,如果你想要它,通过反馈。而且,如果您创建了另一个应用程序使用我的神经网络,请通知我。NaramCheezparaschopra@lycos.com http://naramcheez.netfirms.com MadeBy:Paras ChopraCEO
- 2023-07-12 08:05:03下载
- 积分:1
-
VC++6.0 CGrindCtrl+ ODBC
VC++6.0 CGrindCtrl+ ODBC
VC++6.0 CGrindCtrl+ ODBC
VC++6.0 CGrindCtrl + ODBC 数据库操作
VC++6.0 CGrindCtrl + ODBC 数据库操作-VC++6.0 CGrindCtrl+ ODBC
VC++6.0 CGrindCtrl+ ODBC
VC++6.0 CGrindCtrl+ ODBC
- 2022-03-22 21:34:39下载
- 积分:1
-
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢-Stack applications, mainly the number of system conversions, it is convenient and practical like everyone likes
- 2022-04-13 03:23:09下载
- 积分:1
-
从ring3切换到ring0的代码
从ring3切换到ring0的代码--The code which can exchange ring3 to ring0
- 2022-05-16 06:04:50下载
- 积分:1