搜索“php”
-
PHP7新特性
//设置时区 date_default_timezone_set('Asia/Shanghai'); echo '当前时间:'.date('Y-m-d H...
-
PHP7安装笔记
# 安装mcryptyum install -y php-mcrypt libmcrypt libmcrypt-devel# 由于版本问题,centos不能集成...
php 编程语言 -
php创建桌面快捷方式
$Shortcut = "[InternetShortcut] URL=http://www.domain.com IDList= IconFile=http:...
php header -
C# 文件下载四方法
using System; using System.Data; using System.Configuration; u...
response system string -
C# 字符串转义的DateTime.Now函数详解
//2008年4月24日 System.DateTime.Now.ToString("D"); //2008-4-24 Syste...
-
C# 字符串转义
今天遇到一个很棘手的问题,有这问题 是因为我没有系统的学习C# 。 问题根源: 我获取网络的数据格式是json格式,解析完之后发现 全都是 &nb...
转义 -
C#的HttpHelper类post ,get
using System; using System.Collections.Generic; using System.IO; using System.Li...
post string request -
exe4j java打包exe
exe4j是个很好的打包利器,官方下载地址:http://www.ej-technologies.com/download/exe4j/files.php 如...
-
php中Excel转换时间格式
//PHPExcel自带的方法 转换时间格式 PHPExcel_Shared_Date::ExcelToPHP($time); 网上很多使用 转成phpu...
-
php file_get_contents抓取Gzip网页乱码的三种解决方法
把抓取到的内容转下编码即可($content=iconv("GBK", "UTF-8//IGNORE", $content);),我们这里讨论的是如何抓取开...
file_get_contents gzip