本次操作是在sublime text 2下进行。1、先到http://sublime.wbond.net/Package%20Control.sublime-package下载Package Control.sublime-package,然后打开Preferences->Browes Packag...
分类:
其他好文 时间:
2014-06-29 06:18:13
阅读次数:
258
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
在宏包hyperref前面添加选项CJKbookmarks\usepackage[CJKbookmarks]{hyperref}并且把这句话尽可能地加在导言区的最底部,即尽可能靠近\begin{document}.
分类:
其他好文 时间:
2014-06-18 09:22:57
阅读次数:
179
普通的text选中编辑时会出现蓝色的边框,感觉不太美观,怎么去掉呢?可以在text对应的样式里加入:outline:0;
分类:
其他好文 时间:
2014-06-18 08:46:16
阅读次数:
212
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Sln0405 7 { 8 class Program 9 {1...
分类:
其他好文 时间:
2014-06-18 08:39:47
阅读次数:
159
1.动机将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。一个RTF(Rich Text Format)文档交换格式的阅读器应能将RTF转换为多种正文格式。该阅读器可以将RTF文档转换成普通ASCII文本或转换成一个能以交互方式编辑的正文窗口组件。但问题在于可能转换的数目是无...
分类:
其他好文 时间:
2014-06-18 08:24:19
阅读次数:
345
去掉拼写检查:windows->preferences->General->Editors->Text Editors->Spelling 将“Enable spell checking”前的勾取消掉,就不进行拼写检查了。
去掉验证:windows->preferences->MyEclipse Enterprise Workbench->Validation 保留Manual,将Build列的...
分类:
系统相关 时间:
2014-06-18 06:29:12
阅读次数:
351
[WinError 2] 系统找不到指定的文件。
[cmd: ['g++', 'D:\\source-code\\sublime\\test.cpp', '-o', 'D:\\source-code\\sublime/test']]
[dir: D:\source-code\sublime]
[path: D:\program\basic\python3.4.0;C:\Windows\sys...
分类:
Windows程序 时间:
2014-06-18 00:56:24
阅读次数:
7280
root用户切换到nowsun_old(普通用户)下,nowsun_old用户执行:sudo-l会出现以下错误[nowsun_old@Temp-2~]$sudo-l
[sudo]passwordfornowsun_old:
sudo:AccountexpiredorPAMconfiglacksan"account"sectionforsudo,contactyoursystemadministrator解决方法:1、通过查看,发现no..
分类:
其他好文 时间:
2014-06-18 00:34:09
阅读次数:
570
以上代码没有任何设置text不可编辑的属性,text却不可编辑,将.inp的float属性去掉后text变为可编辑,但是该显示需要float属性。经过...
分类:
其他好文 时间:
2014-06-18 00:26:24
阅读次数:
521