上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 查看字节码文件: javap -verbose HellloWorld.class 阅读全文
posted @ 2016-11-11 16:17 kedarui 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1、yum upgrade 自动更新系统服务 2、chmod +x test.sh 使文件有执行权限 shell脚本:教程 阅读全文
posted @ 2016-11-10 11:42 kedarui 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1、下载winsw-1.8-bin.exe并更名;2、配置winsw-1.8-bin.exe同上名<?xml version="1.0" encoding="UTF-8" ?> <service> <id>nginx</id> <name>Nginx Service</name> <descript 阅读全文
posted @ 2016-11-04 00:30 kedarui 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 1、添加如下节点 <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules runAllManagedModulesForAllRequests="true"> <add type="D 阅读全文
posted @ 2016-11-03 18:52 kedarui 阅读(769) 评论(0) 推荐(1) 编辑
摘要: 备份数据: mysqldump -uroot -p abc > abc.sql 阅读全文
posted @ 2016-11-03 13:02 kedarui 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties> <maven.compiler.source>1.8</ 阅读全文
posted @ 2016-11-02 12:01 kedarui 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: 安装nginx 1 检查是否安装该程序: which nginx #查看nginx是否存在 which php #查看php是否存在 which mysql #查看mysql是否存在 2 yum list nginx #列出nginx yum install nginx #安装nginx #看见{C 阅读全文
posted @ 2016-11-01 16:01 kedarui 阅读(1745) 评论(0) 推荐(0) 编辑
摘要: maven仓库用过的人都知道,国内有多么的悲催。还好有比较好用的镜像可以使用,尽快记录下来。速度提升100倍。 http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage 在maven的settings.xml 文件里配 阅读全文
posted @ 2016-09-12 09:38 kedarui 阅读(2772) 评论(0) 推荐(0) 编辑
摘要: Frozen UI 自述:简单易用,轻量快捷,为移动端服务的前端框架。 主页:http://frozenui.github.io/ 开发团队:QQVIP FD Team Github:https://github.com/frozenui/frozenui Demo:http://frozenui. 阅读全文
posted @ 2016-09-07 14:34 kedarui 阅读(664) 评论(0) 推荐(0) 编辑
摘要: getFields()获得某个类的所有的公共(public)的字段,包括父类。 getDeclaredFields()获得某个类的所有申明的字段,即包括public、private和proteced, 但是不包括父类的申明字段。 同样类似的还有getConstructors()和getDeclare 阅读全文
posted @ 2016-08-27 10:35 kedarui 阅读(398) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页