上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 50 下一页

2017年3月23日

myeclipse启动tomcat报错java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

摘要: java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory at org.apache.catalina.startup.Bootstrap.(Bootstrap.java:49)Cau... 阅读全文

posted @ 2017-03-23 14:52 愤怒的苹果ext 阅读(54) 评论(0) 推荐(0) 编辑

2017年3月21日

c语言读取文件,写入文件

摘要: 导入头文件 #include #include 读取文件 /**read file*/char* readFile(char *filePath){ FILE *fp; fp = fopen(filePath , "r"); fseek( ... 阅读全文

posted @ 2017-03-21 11:44 愤怒的苹果ext 阅读(36) 评论(0) 推荐(0) 编辑

c语言执行命令,传参

摘要: c语言执行脚本命令的代码 char str[128]; char *argvs = "ls /"; sprintf(str, "%s", argvs); system(str); printf("%s\n",str); argvs ... 阅读全文

posted @ 2017-03-21 11:40 愤怒的苹果ext 阅读(20) 评论(0) 推荐(0) 编辑

2017年3月17日

hibernate 自定义sql createSQLQuery多表join查询查询自定义vo对象

摘要: 由于要做个left join所以要搞个vo对象 LogManageVo.java 里面就写属性和get set方法就可以了 import com.sevnce.log.entity.LogManageDetails;/** * Created by zh... 阅读全文

posted @ 2017-03-17 10:49 愤怒的苹果ext 阅读(46) 评论(0) 推荐(0) 编辑

2017年3月15日

idea导入maven web项目

摘要: 上图: 还有一个要注意的是,当用tomcat部署web项目的时候Community(社区版)2016的idea是不支持的 阅读全文

posted @ 2017-03-15 21:27 愤怒的苹果ext 阅读(13) 评论(0) 推荐(0) 编辑

2017年3月11日

maven私服上传jar

摘要: 登录到私服,打开Repositories再打开3rd party 最后上传Upload Artifact(s) 结果: 阅读全文

posted @ 2017-03-11 12:10 愤怒的苹果ext 阅读(11) 评论(0) 推荐(0) 编辑

2017年2月27日

js中undefined,null,NaN的区别

摘要: 类型分析: js中的数据类型有undefined,boolean,number,string,object等5种,前4种为原始类型,object为引用类型。 var a1; var a2 = true; var a3 = 1; v... 阅读全文

posted @ 2017-02-27 15:51 愤怒的苹果ext 阅读(26) 评论(0) 推荐(0) 编辑

2017年2月20日

PowerDesigner跟表的字段加注释

摘要: 双击那张表 Columns- >Customize Columns and Filter(或直接用快捷键Ctrl+U)- >Comment(前面打勾)- >完成 阅读全文

posted @ 2017-02-20 15:12 愤怒的苹果ext 阅读(18) 评论(0) 推荐(0) 编辑

PowerDesigner根据mysql表生成图

摘要: 第一步、 第二步、 现在需要一个sql文件,我们只需要把表结构导出就行了。 mysqldump --opt -d 数据库名 -u root -p > xxx.sql 第三步、 点确定稍等下,生成的图如下 ... 阅读全文

posted @ 2017-02-20 11:24 愤怒的苹果ext 阅读(46) 评论(0) 推荐(0) 编辑

进行各种文件的权限设置时 sudo:sudo /etc/sudoers is world writable

摘要: 进行各种文件的权限设置时 报错 sudo:sudo /etc/sudoers is world writable sudo:no valid sudoers sources found ,quitting sudo:unable to initialize p... 阅读全文

posted @ 2017-02-20 10:45 愤怒的苹果ext 阅读(87) 评论(0) 推荐(0) 编辑

上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 50 下一页

导航