会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
铁臂阿童木
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2016年11月11日
java字节码文件
摘要: 查看字节码文件: javap -verbose HellloWorld.class
阅读全文
posted @ 2016-11-11 16:17 kedarui
阅读(128)
评论(0)
推荐(0)
2016年11月10日
Linux常用操作
摘要: 1、yum upgrade 自动更新系统服务 2、chmod +x test.sh 使文件有执行权限 shell脚本:教程
阅读全文
posted @ 2016-11-10 11:42 kedarui
阅读(136)
评论(0)
推荐(0)
2016年11月4日
制作windows服务
摘要: 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
阅读(494)
评论(0)
推荐(0)
2016年11月3日
DTCMS部署错误
摘要: 1、添加如下节点 <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules runAllManagedModulesForAllRequests="true"> <add type="D
阅读全文
posted @ 2016-11-03 18:52 kedarui
阅读(793)
评论(0)
推荐(1)
mysql常用操作
摘要: 备份数据: mysqldump -uroot -p abc > abc.sql
阅读全文
posted @ 2016-11-03 13:02 kedarui
阅读(133)
评论(0)
推荐(0)
2016年11月2日
eclipse maven jdk全局设置
摘要: <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
阅读(1185)
评论(0)
推荐(0)
2016年11月1日
linux下安装lnmp环境
摘要: 安装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
阅读(1759)
评论(0)
推荐(0)
2016年9月12日
aliyun阿里云Maven仓库地址——加速你的maven构建
摘要: maven仓库用过的人都知道,国内有多么的悲催。还好有比较好用的镜像可以使用,尽快记录下来。速度提升100倍。 http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage 在maven的settings.xml 文件里配
阅读全文
posted @ 2016-09-12 09:38 kedarui
阅读(2780)
评论(0)
推荐(0)
2016年9月7日
移动端前端框架UI库(Frozen UI、WeUI、SUI Mobile)
摘要: 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
阅读(676)
评论(0)
推荐(0)
2016年8月27日
getFields和getDeclaredFields
摘要: getFields()获得某个类的所有的公共(public)的字段,包括父类。 getDeclaredFields()获得某个类的所有申明的字段,即包括public、private和proteced, 但是不包括父类的申明字段。 同样类似的还有getConstructors()和getDeclare
阅读全文
posted @ 2016-08-27 10:35 kedarui
阅读(406)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告