- 博客(10)
- 收藏
- 关注
转载 ubuntu 14.04 64位安装 深度截图
先安装deepin-ui,建议安装最新版本 http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-ui/ 再安装deepin-screenshot http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-screenshot/ ok 转载于:ht...
2014-12-12 22:01:00
170
转载 ubuntu 14.04 64位安装 lightworks (解决libtiff4依赖)
去这里下载lightworks:http://www.lwks.com/dmpub/lwks-12.0.1-amd64.deb 去这里下载libtiff4依赖包:http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.6_amd64.deb 或者/etc/apt/sources.l...
2014-12-12 21:01:00
635
转载 ubuntu LAMP 配置
ubuntu LAMP 配置文件位置: apache:/etc/apache2/apache2.conf php:/etc/php5/apache2/php.ini mysql:/etc/mysql/my.cnf ubuntu LAMP 常见命令: apache重启:sudo /etc/init.d/apache2 restart ...
2014-11-11 18:08:00
171
转载 非常全面的PHP header函数设置HTTP头的示例
1 //定义编码 2 header( 'Content-Type:text/html;charset=utf-8 '); 3 4 //Atom 5 header('Content-type: application/atom+xml'); 6 7 //CSS 8 header('Content-type: text/css'); 9 ...
2014-10-31 16:28:00
179
转载 一个查询大学英语四六级的类
演示地址http://1.mydlpu.sinaapp.com/cet/index.php 下载地址http://down.chinaz.com/soft/36504.htm 转载于:https://www.cnblogs.com/lovefree13/p/3986725.html
2014-09-22 20:55:00
196
转载 PHP判断变量是否存在及函数isset() 、empty()与is_null的区别
http://blog.snsgou.com/post-775.html 一、举例说明 A.如何判断一个变量是否定义? 01 <?php 02 // 假设不存在$test 变量 03 04 $isset= isset...
2014-06-16 14:04:00
211
转载 PHP数组合并+与array_merge的区别分析 & 对多个数组合并去重技巧
http://blog.snsgou.com/post-138.html PHP中两个数组合并可以使用+或者array_merge,但之间还是有区别的,而且这些区别如果了解不清楚项目中会要命的! 主要区别是两个或者多个数组中如果出现相同键名,键名分为字符串或者数字,需要注意 1)键名为数字时,array_merge()后面的值将不会覆盖原来的值,而是附加到后面,但+合...
2014-06-16 13:59:00
234
转载 PHP常用字符串的操作函数
http://blog.snsgou.com/post-650.html 字符串转换类函数 addcslashes函数:以C语言风格使用反斜线转义字符串中的字符 addslashes函数:使用反斜线引用字符串 chop函数:清除字符串中的连续空格 get_html_translation_table函数:返回htmlspecialchars()函数和htmle...
2014-06-16 13:57:00
130
转载 PHP数组常用函数
http://blog.snsgou.com/post-550.html 一、数组操作的基本函数 数组的键名和值 array_values($arr); 获得数组的值array_keys($arr); 获得数组的键名array_flip($arr); 数组中的值与键名互换(如果有重复前面的会被后面的覆盖)in_array("apple",$arr); ...
2014-06-16 13:56:00
94
转载 PHP常用必备函数
http://blog.snsgou.com/post-5.html array_change_key_case — 返回字符串键名全为小写或大写的数组 array_chunk — 将一个数组分割成多个 array_combine — 创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值 array_count_values — 统计数组中所有的值出现的...
2014-06-16 13:53:00
129
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅