好吧.我承认今天很悲剧,本来上午就写好了,发布之后,在自己的博文...
分类:
其他好文 时间:
2014-06-22 22:32:05
阅读次数:
232
修改MyEclipse编辑框背景色
1、未修改之前,编辑框背景色
2、依次操作,“Window--->Preferences”
3、选择“General--->Editors--->Text Editors”,找到右侧的“Background color”,
取消“System Default”,单击“Color”,选中喜欢的颜色...
分类:
系统相关 时间:
2014-06-22 21:37:45
阅读次数:
302
在Ubuntu 14.04中使用带有SublimeClang插件的Sublime Text 3编辑器将会给你编写C/C++代码飞一般的感觉……...
分类:
其他好文 时间:
2014-06-22 20:25:58
阅读次数:
177
(一)
客户端请求文本之json格式:接收到json格式,再有js解析(具体先eval成对象,然后.即可)
var text = this.responseText;
var book = eval('('+ text +')');
document.getElementById('btitle').value = book.title;
document.getElementById('bi...
分类:
其他好文 时间:
2014-06-22 17:36:28
阅读次数:
169
//防止页面进行跳转
$(document).ready(function(){
$("#submit").click(function(){
var str_data=$("#form1 input[type=text]").map(function(){
return ($(this).attr("name")+'='+$(this).val());
})...
分类:
其他好文 时间:
2014-06-22 16:04:47
阅读次数:
200
一介绍:
`.ARM.exidx` is the section containing information for unwinding the stack. If your C program has functions that print out a stack backtrace, the functions will likely depend on this section bei...
分类:
其他好文 时间:
2014-06-22 00:31:07
阅读次数:
618
修改MyEclipse行数的颜色
1、未修改前,行数的颜色
2、依次选择“Window--->Preferences”
3、选择“General--->Editors--->Text Editors--->Line number foreground”
4、单击“Color”弹出框,选择“基本颜色”,然后单击“确定”
...
分类:
系统相关 时间:
2014-06-21 22:57:24
阅读次数:
361
Sublime Text 3是一个非常优秀的代码编辑器,通过相关插件配合使用将大大提高代码的编写速度,提高效率。本文是关于在Ubuntu 14.04中解决SublimeText 3不支持中文输入法问题的文章……...
分类:
其他好文 时间:
2014-06-21 19:56:02
阅读次数:
245
Sublime 手把手教你如何自定义快捷键 比如实现vim风格的快捷键...
分类:
其他好文 时间:
2014-06-21 19:54:45
阅读次数:
267
Is it a dream that you can access text files using SQL statements?
But now, it is true that DB Query Analyzer provides you a power tool which can help you realize the dream above. I’ll give you a sample to show its powerful function. What’s more, the p...
分类:
数据库 时间:
2014-06-21 18:41:54
阅读次数:
510