-
一款卡牌游戏的测试工具
一款卡牌游戏的测试工具,利用http来达到目的。
可以通过发送toast,直接修改客户端游戏数据,同步服务器端数据。
- 2022-01-28 04:36:48下载
- 积分:1
-
7667proxy
5.0版本修正错误:
应广大支持者要求,修复了代理列表在线更新功能。
4.0版本修正错误:
无法正常更新
做了简单SEO优化
安装时注意事项:
1.请将本程序上传至服务器,将网站根目录下的
Data_Proxy.php文件设置为可写
(如是Linux服务器属性设置777即可)
2.本程序为多国语言版本,根本浏览者所使用的电脑语言不同而自动变化。两个语
言包的文件分别在根目录:
/language/chinese.php (中文语言包)
/language/english.php (英文语言包)
请大家用记事打开自行修改
3.为支持多国语言本程序采用UTF-8编码,大家在修改中文语言包后可能会出现乱码,
请大家使用UltreEdit等软件将其转换为UTF-8编码即可。(5.0 release fixes the error:
Majority of supporters should be required to repair the agency a list of online update feature.
4.0 release fixes the error:
Not updated
SEO optimization made simple
Installation Note:
1. Please upload this program to the server, the web root directory
Data_Proxy.php file is set to be written
(The case of Linux server property is set 777 can)
2. This program is multi-language version, simply visit the computer language used by those who automatically become different
Of. Two words
Were made package file in the root directory:
/ Language/chinese.php (Chinese Language Pack)
/ Language/english.php (English language pack)
Please use Notepad to open their own changes
3. To support multiple languages using the UTF-8 encoding process, we modify the Chinese language pack that may
Garbled,
Please use the UltreEdit and other software will convert it to UTF-8 encoding can be.)
- 2010-08-22 00:25:47下载
- 积分:1
-
ASP-Gallery1.0
资源描述代码名称: ASP-Gallery1.0
添加日期: 2000-8-23 所属分类: ASP代码>图片操作
总下载次数: 1046 文件大小: 41KB
适用环境: Unix/WINNT 评定级别:
上传者: roland 下载地址: 按此下载
代码效果演示: 暂无
详细介绍: 这是一个图片处理工具,功能包括:搜索、目录、索引,方便的管理功能!
- 2022-10-06 07:40:03下载
- 积分:1
-
ASP在线TXT文学文章显示程序
资源描述代码名称: ASP在线TXT文学文章显示程序
所属分类: ASP代码>其他代码
总下载次数: 405 文件大小: 4KB
详细介绍: 如果你觉得为每一个.txt都做一个页面有点儿烦的话,那么这个程序就可能帮助你。当然.htm文件也可以,不过既然页面已经做好了,恐怕就没有用到这个程序的必要了
- 2023-04-03 08:55:03下载
- 积分:1
-
CIIP-master
CIIP是基于XAF开发的开源信息系统框架。CIIP最常见的应用场景是基于数据库的企业级应用程序,例如供应链系统,ERP系统,MRP系统,CRM系统等。(CIIP is an open source information system framework based on XAF. The most common application scenarios for CIIP are based enterprise applications, such as supply chain systems, ERP systems, MRP systems, CRM systems, etc..)
- 2020-10-21 20:57:25下载
- 积分:1
-
xzphp授权系统免费版2.0
免费的PHP域名授权系统,仅需一段代码即可让您对自己的程序远程授权,保护自己的程序。
功能有:域名授权管理、添加授权、授权代码查看、版本管理、日志管理等功能,核心代码已加密请勿随意破解。
本程序安装授权码请看说明文档。(Free PHP domain name authorization system allows you to remote authorize your own programs and protect your own programs with only one piece of code.
Functions include: domain name authorization management, add authorization, authorization code view, version management, log management and other functions, the core code has been encrypted, do not crack at will.
Please see the instructions for installing authorization codes in this program.)
- 2019-03-13 08:41:12下载
- 积分:1
-
study_flask
python学习资料,学习flask笔记,python笔记(Pthon Learning Materials, Flask Notes, Pthon Notes)
- 2020-06-23 23:20:01下载
- 积分:1
-
race-game-threejs-master
说明: 基于threejs库的web, demo开发的赛车游戏。(Threejs library based web, demo development of racing game.)
- 2020-12-23 13:09:06下载
- 积分:1
-
tel
PHP在线生成电话网址图片程序,php编程学习源码,很好的参考资料。(PHP online generation telephone website picture program, PHP learning programming source code, a good reference.)
- 2013-12-18 18:08:10下载
- 积分:1
-
angular-1.2.15
AngularJS是为了克服HTML在构建应用上的不足而设计的。HTML是一门很好的为静态文本展示设计的声明式语言,但要构建WEB应用的话它就显得乏力了。所以我做了一些工作(你也可以觉得是小花招)来让浏览器做我想要的事。
通常,我们是通过以下技术来解决静态网页技术在构建动态应用上的不足:
类库 - 类库是一些函数的集合,它能帮助你写WEB应用。起主导作用的是你的代码,由你来决定何时使用类库。类库有:jQuery等
框架 - 框架是一种特殊的、已经实现了的WEB应用,你只需要对它填充具体的业务逻辑。这里框架是起主导作用的,由它来根据具体的应用逻辑来调用你的代码。框架有:knockout、sproutcore等。
AngularJS使用了不同的方法,它尝试去补足HTML本身在构建应用方面的缺陷。AngularJS通过使用我们称为标识符(directives)的结构,让浏览器能够识别新的语法。例如:
使用双大括号{{}}语法进行数据绑定;
使用DOM控制结构来实现迭代或者隐藏DOM片段;
支持表单和表单的验证;
能将逻辑代码关联到相关的DOM元素上;
能将HTML分组成可重用的组件。
- 2023-06-09 11:40:05下载
- 积分:1