摘要: 2. linux常用命令 Mkdir 创建 Rm -rf 删除 Chmod -R 777 权限 Mysql -uroot -r quit退出 find / -name svn 查找位置 3. 关闭防火墙和selinux Redhat使用了SELinux来增强安全,关闭的办法为: 1. 永久有效 修改 阅读全文
posted @ 2017-09-02 00:16 wujunbin 阅读(347385) 评论(0) 推荐(3) 编辑
摘要: netstat -nupl (UDP类型的端口)netstat -ntpl (TCP类型的端口) a 表示所有 n表示不查询dns t表示tcp协议 u表示udp协议 p表示查询占用的程序 l表示查询正在监听的程序 netstat -nuplf|grep 3306 //这个表示查找处于监听状态的,端 阅读全文
posted @ 2017-09-02 00:15 wujunbin 阅读(116916) 评论(0) 推荐(0) 编辑
摘要: css代码重构 http://www.cnblogs.com/aspnetjia/tag/ 125.CSS代码重构的目的 我们写CSS代码时,不仅仅只是完成页面设计的效果,还应该让CSS代码易于管理,维护。我们对CSS代码重构主要有两个目的:1、提高代码性能2、提高代码的可维护性 提高代码性能 提高 阅读全文
posted @ 2017-09-01 23:46 wujunbin 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 十二、 html页面的CSS、DIV命名规则 名称 命名 名称 命名 名称 命名 名称 命名 页头 header 广告条 banner 登录条 loginbar 标志 logo 侧栏 sidebar 菜单 menu 子菜单 subMenu 下拉菜单 dropMenu 导航 nav 工具条 toolb 阅读全文
posted @ 2017-09-01 23:45 wujunbin 阅读(327) 评论(0) 推荐(0) 编辑
摘要: dns问题,QQ打得开,网页打不开 ip4 dns 改为114.114.114.114。 原因有可能是路由出错之类的。114是默认的通用ip dns问题,QQ打得开,网页打不开 ip4 dns 改为114.114.114.114。 原因有可能是路由出错之类的。114是默认的通用ip 阅读全文
posted @ 2017-09-01 23:39 wujunbin 阅读(162) 评论(0) 推荐(0) 编辑
摘要: window安装svn 1 安装时,安装路径选择好,把打X的都选上,默认第一个 安装完毕后,安装语言包,完毕,电脑上右键打开svn,,svn设置,常规设置,选中文 官网就有的下的 2 创建版本库,检出本地仓库 window安装svn 1 安装时,安装路径选择好,把打X的都选上,默认第一个 安装完毕后 阅读全文
posted @ 2017-09-01 23:38 wujunbin 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 1 下载Composer http://www.phpcomposer.com/ php我先选的是5.5.38的, 但是 laravel5.1 PHP版本 >= 5.5.9 laravel5.2 PHP版本 >= 5.5.9 laravel5.3 PHP版本 >= 5.6.4(也就是要php7) l 阅读全文
posted @ 2017-09-01 23:33 wujunbin 阅读(2530) 评论(1) 推荐(0) 编辑
摘要: 搜狐开源镜像站http://mirrors.sohu.com/网易开源镜像站http://mirrors.163.com/阿里云开源镜像站http://mirrors.aliyun.com/公云开源镜像站http://mirrors.pubyun.com/首都在线开源镜像站http://mirror 阅读全文
posted @ 2017-09-01 23:28 wujunbin 阅读(228) 评论(0) 推荐(0) 编辑
摘要: https://msdn.itellyou.cn/ 微软的软件,系统,官方下载 阅读全文
posted @ 2017-09-01 23:26 wujunbin 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 用的是phpstudy集成开发环境 1 xdebug关于Php.ini配置最后写上 php5的 [XDebug] xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdeb 阅读全文
posted @ 2017-09-01 23:21 wujunbin 阅读(164) 评论(0) 推荐(0) 编辑