-
Liva information release platform
Liva信息发布平台-Liva information release platform
- 2023-06-09 20:00:09下载
- 积分:1
-
ffcmsxf_v1.0
飞飞cms影视系统相信很多用过的人都知道,以其强大健全的功能以及便捷的管理赢得不少站长的青睐。但,官方飞飞play.js文件是有一个地方用着不爽,具体什么用过的人都知道。所以我就放出该修复文件,供需要的研究测试使用。
声明:此文件为feifei2.8版本js修复文件,大家可以一起研究测试一下,具体问题欢迎进技术群(2696044)详细探讨(Feifei CMS video system believe that used a lot of people know, with its strong and healthy function and convenient management won the favor of many webmaster. But play.js, Feifei official documents there is a place with the unhappy, what specific people who used to know. So I released the repair file for the need of research and testing.
Statement: this document is feifei2.8 version of the JS repair file, we can study the test, the specific issues welcome into the technical group (2696044) a detailed discussion)
- 2015-12-23 11:29:21下载
- 积分:1
-
WEBPOST,PHP源代码,可以向指定网站发送贴等
WEBPOST,PHP源代码,可以向指定网站发送贴等-WEBPOST, PHP source code can be sent to the designated site labels
- 2022-02-24 23:56:28下载
- 积分:1
-
Android 使用HttpURLConnection打开连接读取内容(流)
Android 使用HttpURLConnection打开连接读取内容(流),使用循环来读取获得的数据:
try
{
// 使用HttpURLConnection打开连接
HttpURLConnection urlConn = (HttpURLConnection) url.openConnection();
// 得到读取的内容(流)
InputStreamReader in = new InputStreamReader(urlConn.getInputStream());
// 为输出创建BufferedReader
BufferedReader buffer = new BufferedReader(in);
String inputLine = null;
// 使用循环来读取获得的数据
while (((inputLine = buffer.readLine()) != null))
{
// 我们在每一行后面加上一个"
"来换行
resultData += inputLine + "
";
}
// 关闭InputStreamReader
in.close();
// 关闭http连接
urlConn.disconnect();
// 设置显示取得的内容
if (resultData != null)
{
mTextView.setText(resultData);
}
else
{
mTextView.setText("读取的内容为NULL");
}
}
- 2022-11-05 20:40:03下载
- 积分:1
-
PHP
基于PHP网站后台文件上传,删除,修改的文件示例-PHP-based website the background file upload, delete, modify a document sample
- 2023-04-08 07:30:04下载
- 积分:1
-
pipho-1.03.01
Pipho 是一个基于 Web 的相册管理工具,特别针对 iPhone 手机进行设计。(Pipho album is a Web-based management tool specially designed for iPhone.)
- 2016-05-09 22:00:20下载
- 积分:1
-
Base64加密函数,主要应用在asp网页中,实现加密。
Base64加密函数,主要应用在asp网页中,实现加密。-Base64 encryption function, the main applications in asp page, realize encryption.
- 2022-11-23 22:20:04下载
- 积分:1
-
09135045388
E文版
Eclipse是一个集成开发环境(IDE),它将代码编辑器、编译器、调试器、文本编辑器、GUI生成器和
(E the text version of Eclipse is an integrated development environment (IDE), it would code editor, compiler, debugger, text editor, GUI Builder and)
- 2007-11-09 00:02:54下载
- 积分:1
-
分页显示的代码
分页技术在网站的应用中用的很是普遍,本系统在学习交流以及网上答疑等处都用到了,经常用到的数据分页代码如下:...
分页显示的代码
分页技术在网站的应用中用的很是普遍,本系统在学习交流以及网上答疑等处都用到了,经常用到的数据分页代码如下:-Page shows the code page using technology in the Web site usage is very widespread, the communication system in the study and on-line Q & A, etc. are used, and frequently used data paging code is as follows:
- 2022-01-31 17:06:36下载
- 积分:1
-
a very good online file manager! ~ Not to support the upload function
一个很不错的在线文件管理器!~ 暂不支持上传功能-a very good online file manager! ~ Not to support the upload function
- 2023-03-23 02:20:03下载
- 积分:1