1、~/.bash_profile文件添加一下内容并执行source ~/.bash_profile export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK2、/etc/sysconfig/i18n文件修改为以下内容并执行source /etc/sysconfig/i1....
分类:
系统相关 时间:
2014-08-23 22:53:31
阅读次数:
212
Download Compositing Mode demo project - 24 KbDownload Compositing Mode source - 26 KbDownload Compositing Quality demo project - 185 KbDownload Compo...
分类:
其他好文 时间:
2014-08-23 09:55:50
阅读次数:
275
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:
其他好文 时间:
2014-08-22 22:27:19
阅读次数:
294
New Document/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
/* Author: Nicolas Hery - http://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: http...
分类:
数据库 时间:
2014-08-22 19:47:49
阅读次数:
362
1.外部样式表(stylesheet) RELation Hypertext REFerence2.外部脚本(javascript) SouRCe 为防止网页加载缓慢,可把非关键的javascript放到网页底部。
分类:
Web程序 时间:
2014-08-22 19:30:09
阅读次数:
176
Drag and Drop, 使用鼠标实现元素拖拽的操作貌似很复杂, 在Selenium中, 借助OpenQA.Selenium.Interactions.Actions类库中提供的方法, 实现起来还是比较简单的。道理如下:1. 找到要拖拽的页面元素-源(source)。2. 找到要释放的页面元素-...
分类:
Web程序 时间:
2014-08-22 19:22:39
阅读次数:
177
1.首先下载64位版本的DEV C++http://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/2.采取默认安装即可,安装完成后如果开发c程序,那么一次点击 File-Source,记得保存文件时选择后缀为.c的3.编译时...
分类:
编程语言 时间:
2014-08-22 17:40:39
阅读次数:
242
画了一个模块比较杂的原理图,为了省事,就从官方评估板上复制过来一部分原理图,将里面的电容改成了自己想要的名字。然后又从自己原来画过的原理图中复制了一部分电路,然后是根据需求使用自己的库里的元件新画了一部分电路。今天在成生Netlist的时候发现报错:
如图选中该错误,按F1键查看帮助,得到内容如下:
This situation should only occur if y...
分类:
其他好文 时间:
2014-08-22 16:25:22
阅读次数:
631
CREATE TABLE `staticcatalogue` ( `Source` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `CreatedDate` datetime DEFAULT NULL,.....
分类:
数据库 时间:
2014-08-22 12:33:26
阅读次数:
221
select * from user_source t where upper(t.TEXT) like upper('%table1%')第二种方法类似于eclipse中的file searchselect * from user_dependencies g where g.referenced...
分类:
数据库 时间:
2014-08-22 12:25:36
阅读次数:
207