上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
  2015年12月27日
摘要: 做前端的,用Ajax获取数据,是常有的事情,同域下自然没问题了,如果是不同域获取数据,浏览器就有个同源策略的限制。 Origin * is not allowed by Access-Control-Allow-Origin 如果你用的浏览器是Chrome的话,那么就有福音了。在打开Chrome的地 阅读全文
posted @ 2015-12-27 13:21 快鸟 阅读(440) 评论(0) 推荐(0)
  2015年12月24日
摘要: Linux命令助手: http://man.linuxde.net/ 【查看系统版本信息】uname -a : 显示电脑以及操作系统的相关信息 例: Linux iZ2ze52bxik2q7vmhs1m4gZ 2.6.32-642.13.1.el6.x86_64 #1 SMP Wed Jan 11 阅读全文
posted @ 2015-12-24 15:05 快鸟 阅读(417) 评论(0) 推荐(0)
  2015年12月22日
摘要: (参考的Spring version : 4.1.6.RELEASE) 我们通常会使用component-scan来进行bean的加载,但是它里面的实现机制却是一知半解。根据原码来理解一下,可能会更加清晰。 例如,我们通常会使用如下的配置: application.xml: spring-servl 阅读全文
posted @ 2015-12-22 22:48 快鸟 阅读(12868) 评论(0) 推荐(1)
  2015年7月26日
摘要: 命令别名配置: alias, unalias命令别名是一个很有趣的东西,特别是你的惯用命令特别长的时候!还有, 增设默认的选项在一些惯用的命令上面,可以预防一些不小心误杀文件的情况发生的时候! 举个例子来说,如果你要查询隐藏档,并且需要长的列出与一页一页翻看,那么需要下达『ls -al | more... 阅读全文
posted @ 2015-07-26 20:36 快鸟 阅读(898) 评论(0) 推荐(0)
摘要: <转:http://linux.vbird.org/linux_basic/0310vi.php> 基本上 vi 共分为三种模式,分别是『一般模式』、『编辑模式』与『指令列命令模式』。 圖9.2.1、vi三种模式的相互关系 第一部份:一般模式可用的按钮说明,光标移动、复制贴上、搜寻取代等 移动光标的 阅读全文
posted @ 2015-07-26 20:27 快鸟 阅读(465) 评论(0) 推荐(0)
摘要: (暂存区 即Index In Git) commit 到 local respository的内容,不想push,则使用git reset 将文件状态回转到staged|modified|unstaged: git reset HEAD^ git reset --soft HEAD^git rese 阅读全文
posted @ 2015-07-26 17:42 快鸟 阅读(702) 评论(0) 推荐(0)
摘要: gitk --all& 查看提交轨迹 git branch 查看本地分支git branch -a 查看所有分支(本地&远端)git checkout -b local_branchname origin/remote_branchname 下载远程分支git merge branchname 将b 阅读全文
posted @ 2015-07-26 14:07 快鸟 阅读(1825) 评论(0) 推荐(0)
  2015年6月3日
摘要: Maven基础知识:http://blog.csdn.net/abing37/article/details/4951154 阅读全文
posted @ 2015-06-03 08:59 快鸟 阅读(208) 评论(0) 推荐(0)
  2015年5月26日
摘要: 1. 查看最大连接数: show variables like 'max_connections'; mysql> show status like 'Threads%'; + + + | Variable_name | Value | + + + | Threads_cached | 58 | | 阅读全文
posted @ 2015-05-26 10:37 快鸟 阅读(487) 评论(0) 推荐(0)
  2015年5月22日
摘要: Git入门资料: http://marklodato.github.io/visual-git-guide/index-zh-cn.html http://www.bootcss.com/p/git-guide/ http://www.cnblogs.com/wang_yb/p/3867221.ht 阅读全文
posted @ 2015-05-22 00:12 快鸟 阅读(228) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页