-
shearphoto-2.3-HTML5
ShearPhoto头像截图程序完美支持Linux、Windows服务器,国外空间等完美通过,ShearPhoto兼容IE6/7/8及所有浏览器,拖动拉伸超准,超流畅,在互联网同类型软件绝对排行第一,除了shearphoto,你别无选择!(ShearPhoto picture perfect shot perfect support program by Linux, Windows Server, and other foreign space, ShearPhoto compatible IE6/7/8 and all browsers, drag quasi super stretch, ultra-smooth, the same type of software on the Internet is absolutely ranked first, in addition to shearphoto, you have no choice!)
- 2016-05-07 11:16:56下载
- 积分:1
-
ExeQueryResult类的主要功能是通过getSelectResultWithStringArrayNoTableName()方法查询数据库,结果以二维数...
ExeQueryResult类的主要功能是通过getSelectResultWithStringArrayNoTableName()方法查询数据库,结果以二维数组的形式返回;
* 通过getCount()方法返回某个表的记录条数
-ExeQueryResult principal function is through getSelectResultWithStringArrayNoTableName () method to query the database, resulting in the form of two-dimensional array to return * through the getCount () method returns a table of the number of records
- 2022-07-26 03:40:11下载
- 积分:1
-
有关CSS禅意花园的源代码,珍藏版,比较难找
有关CSS禅意花园的源代码,珍藏版,比较难找-CSS Zen Garden-related source code, Prestige version, comparison was difficult to find
- 2022-08-15 20:35:33下载
- 积分:1
-
IBUYSPY portal (VS.NET C#)
IBUYSPY门户网站(VS.NET C# )-IBUYSPY portal (VS.NET C#)
- 2022-01-31 10:24:20下载
- 积分:1
-
这个开源门户网站的基础上微软。与scalabl网框架…
This open source portal web site based on microsoft .net frame work with scalable and modulized features. For detail information, please go: www.dotnetnuke.com. -This open source portal web site based on microsoft. net frame work with scalable and mod ulized features. For detail information, please go : www.dotnetnuke.com.
- 2023-08-07 06:35:05下载
- 积分:1
-
imagevue多风格 Flash+php 无数据库 目录直读模式 图片展示网站。很漂亮。后台文字有点小。自行修改。前台支持中文目录。...
imagevue多风格 Flash+php 无数据库 目录直读模式 图片展示网站。很漂亮。后台文字有点小。自行修改。前台支持中文目录。-imagevue multi-style Flash+ php no database directory of direct-reading mode picture display site. Very beautiful. Background text a bit small. Amend its own proposal. Prospects to support the Chinese directory.
- 2022-01-25 23:35:35下载
- 积分:1
-
login
用户登入的检查代码,防止用户名重复和密码不复合规则(Check the user login code to prevent duplication of user name and password is not complex rules)
- 2009-10-16 10:31:11下载
- 积分: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
-
KRCMS_LOTTERY_2009_CMS_BZ_GBK
一个很不错的彩票网站系统,下载后直接解压上传即可使用(It is a lottery website)
- 2013-09-14 11:22:57下载
- 积分:1
-
- 2022-03-19 09:48:29下载
- 积分:1