摘要:
<?php /* * 文件分类: practice@helkbore * 删除数组后几个元素 * 整理时间 2016年2月5日10:24:42 */ $arr1 = array('aa', 'b', 'c', 'dd', 'e', 'f', 'gg', 'hh', 'i'); echo "<pre> 阅读全文
摘要:
<html > <head> <meta charset="utf-8" /> <title>mootools 遮罩层</title> <meta name="author" content="whellote" /> <style> #pageOverlay { visibility:hidden 阅读全文
摘要:
准备: mingw64(我是从西西软件园下的) 个人微盘共享地址: http://url.cn/24RAhTf notepad++ 编译: cmd /k gcc -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe "$(FULL_CURRENT_PATH)" & PAU 阅读全文
摘要:
Apache\conf 目录下 添加端口监听 Vhost.conf简单写写 阅读全文
摘要:
1. 数据库远程权限 mysql -uroot -proot grant all privileges on formal.* to root@'192.168.3.40' identified by '123123'; 2. 数据库: mysql 表: user 修改 host字段,将本机用户设为 % 阅读全文
摘要:
New -> orther -> faceted project 选好对应的文件夹 ,文件夹下的就都导入zend studio了. 阅读全文
摘要:
PS: 临时给同事写的,其实我给它的建议是写个标签,然后将样式搞得跟butto... 阅读全文
摘要:
SELECT I.uname, C.consume, O.name,O.dis_count,O.memberType, D.name,D.dis_count,D.up,D.down, CASE WHEN D.dis_count IS NULL THEN O.dis_count ELSE D.dis... 阅读全文
摘要:
<?php $arr = array( 'book' => 1, 'data' => 'data', 'music' => 'music', 'img' => 'img', 'software' => 'software', ); ob_start(); foreach ($arr as $key 阅读全文
摘要:
菜鸟一枚,接触php不久.情况一: 最简单的: windows下, php文件引用kint将kint放入c盘 php/pear下,我一般将kint包改名字为kint结构如下:c:/php/pear/kint/kint.class.php在php文件里require(/kint/kint.class.... 阅读全文