Generic.xaml is a particular name, you cannot
rename it.
分类:
其他好文 时间:
2014-06-06 20:47:27
阅读次数:
248
最近,用到了pdfcrop,用来去除pdf中空白的边。但是使用pdfcrop
--margins 0 *.pdf 后,给出了错误:Error: pdfcrop cannot call ghostscript
但是我已经安装了CTEX,里面已经包含Ghostscript,所以就不知道什么错误。在网上针...
分类:
其他好文 时间:
2014-06-06 16:49:28
阅读次数:
179
动态 变量类型在运行期间确定下来静态 在编译期确定下来强类型 类型不会发生自动变换,弱类型
类型会自动变,比如double+int -> double类型安全 类型对数据访问有严格控制类型不安全 ...Well-typed programs
cannot "go wrong" ...
分类:
编程语言 时间:
2014-06-06 15:36:16
阅读次数:
238
#include #include using namespace Wm5;class
MyFrame : public WindowApplication3{ WM5_DECLARE_INITIALIZE;
WM5_DECLARE_TERMINATE;public: MyFram...
分类:
其他好文 时间:
2014-06-05 12:52:51
阅读次数:
361
AX Accumulator 用累加器进行的操作 输入输出 乘除 操作BX 基址寄存器 (Base
Register) CX 计数寄存器 (Count Register)常用于 循环 计数器 在 位操作中 要用 CL来指明 位移的位数DX 数据寄存器(Data
Register) 在 进行 双字节 ...
分类:
其他好文 时间:
2014-06-04 15:38:43
阅读次数:
251
One reason to use the wrapper objects is when
you want to augment the value and persist state. Because primitives are not
objects, they cannot be augm...
分类:
移动开发 时间:
2014-06-03 16:20:47
阅读次数:
345
最近在知乎看到一句话,保持学习的有一种是你看到了更多的牛人,不甘心,真的不甘心。
Spring和hibernate整合的时候,jsp页面做展现,发现展现属性出现:
org.apache.jasper.JasperException: could not initialize proxy - no Session - Class: org.hibernate.p...
分类:
编程语言 时间:
2014-06-02 05:24:04
阅读次数:
254
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错
[root@localhost~]#su-oracle
-bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted
经查看结果是忘记修改/etc/security/limits.conf
关于/etc/security/limits.conf解释及应用,看我转载..
分类:
其他好文 时间:
2014-06-02 04:11:33
阅读次数:
264
Appliesto:
OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2
GenericUNIX
当检查oracle实例后台进程不存在这时启动启动数据库报错:
ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst"
造成此种原因是
Orphanedsharedmemor..
分类:
数据库 时间:
2014-06-02 04:04:29
阅读次数:
844
-bash:warning:setlocale:LC_CTYPE:cannotchangelocale(EN_US.UTF-8)
把linux系统从中文设置英文字符集后发生以下报错
首先本系统字符集为中文UTF-8
[root@localhost~]#more/etc/sysconfig/i18n
LANG="zh_CN.UTF-8"
修改为英文UTF-8
[root@localhost~]#vim/etc/sysconfig/i..
分类:
其他好文 时间:
2014-06-02 03:24:48
阅读次数:
331