会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Questions张
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
40
41
42
43
44
45
46
下一页
2018年9月13日
自己的六年程序生涯小结
摘要: 第一部分,回首这几年,发现自己在一些关键事情上做错了不少事情,所以如果重来我想给自己程序员初期的建议,就是: 1 跳槽需谨慎,可以不选择,但是要有选择的权利。头三年,工作上力求及格线或者良好就可以 ,大量时间,面向面试编程。快速的让自己有进入大厂的实力。面试能力是一个必须面对的问题,你逃避不了 。如
阅读全文
posted @ 2018-09-13 13:05 Questions张
阅读(461)
评论(0)
推荐(3)
2018年8月21日
MySQL中查询行数最多的表并且排序
摘要: #切换到schema use information_schema; #查询数据量最大的30张表 并排序 select table_name,table_rows from tables order by table_rows desc limit 30;
阅读全文
posted @ 2018-08-21 11:13 Questions张
阅读(2570)
评论(0)
推荐(1)
2017年7月4日
logback配置按天产生日志文件
摘要: 1 依赖Jar包 pom配置 也可以根据自己的版本来 2 logback.properties 3 logback.xml
阅读全文
posted @ 2017-07-04 12:21 Questions张
阅读(7409)
评论(0)
推荐(0)
CentOS6.8配置SonarQube Scanner配合SonarQube使用
摘要: 下载最新的SonarQube Scanner压缩包 https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner 1 解压缩到CentOs目录下 我的是 /usr/local/software/sonar-scann
阅读全文
posted @ 2017-07-04 10:15 Questions张
阅读(1324)
评论(0)
推荐(0)
CentOS6.8安装配置sonarqube6.4
摘要: 下载最新版本的sonar(现在改名叫sonarqube) https://www.sonarqube.org/downloads/ 我下载的版本是Sonarqube6.4 1 使用前需要配置sonar数据库 创建一个名为sonar的库 CREATE DATABASE sonar CHARACTER
阅读全文
posted @ 2017-07-04 09:58 Questions张
阅读(1171)
评论(0)
推荐(0)
2017年6月27日
<转载>Mac下,使用sshpass让iterm2支持多ssh登录信息保存
摘要: windows里有个Xshell非常的方便好使,因为它能保存你所有的ssh登录帐号信息。MAC下并没有xshell,有些也提供这样的功能,但效果都不好。iterm2是很好的终端,但却不能很好的支持多profiles,当要管理的机器较多时,就比较麻烦了。好在它有profiles设置,只是不能保存ssh
阅读全文
posted @ 2017-06-27 10:11 Questions张
阅读(491)
评论(0)
推荐(0)
<转载>iTerm2使用技巧
摘要: 原文链接:http://www.cnblogs.com/756623607-zhang/p/7071281.html 1.设置窗口 定位到 [Preferences - Profiles - Window] 新窗口设定风格设为 [Top of Screen],这样每次新打开终端都会固定出现在屏幕的顶
阅读全文
posted @ 2017-06-27 10:10 Questions张
阅读(999)
评论(0)
推荐(0)
2017年6月23日
Maven打包编译找不到com.sun.crypto.provider.SunJCE类
摘要: Maven配置
阅读全文
posted @ 2017-06-23 16:01 Questions张
阅读(8105)
评论(2)
推荐(0)
2017年5月15日
MySQL自动设置create_time和update_time
摘要: 参考表结构 CREATE TABLE `t_baby` ( `baby_id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `nickname` varchar(64) DEFAULT NULL, `avatar` var
阅读全文
posted @ 2017-05-15 22:42 Questions张
阅读(18303)
评论(2)
推荐(6)
2017年5月13日
resolution will not be reattempted until the update interval of repository-group has elapsed or updates are forced
摘要: Failed to execute goal on project safetan-web: Could not resolve dependencies for project com.safetan:safetan-web:war:1.0-SNAPSHOT: Failure to find co
阅读全文
posted @ 2017-05-13 09:39 Questions张
阅读(2863)
评论(0)
推荐(0)
上一页
1
···
40
41
42
43
44
45
46
下一页
公告