JS代码function prn1_preview() { LODOP = getLodop(); LODOP.PRINT_INIT("XXXXX"); //打印页面标题 //LODOP.SET_PRINT_PAGESIZE(2, 0, 0, "A4");...
分类:
其他好文 时间:
2015-03-20 15:57:33
阅读次数:
367
打开eclipse下的plugins文件夹找到org.eclipse.ui.themes_xxxxx文件夹打开css文件夹打开e4_default_win7文件在末尾处追加#org-eclipse-jdt-ui-PackageExplorerTree,#org-eclipse-ui-navigator-ProjectExplorerTree{font-size:10px;/*你需要的字体大小*/}当然你可以追加其他CSS..
分类:
系统相关 时间:
2015-03-20 01:31:21
阅读次数:
155
1、问题抛出:
现在还是有很多人使用 wsdl2objc 来掉用webservice,但是有时候会有不开心的事情发生,soap:ClientUnmarshalling Error: 意外的元素 (uri:"http://xxxxx.xxxxx.com/", local:"a")。所需元素为,,
意外的元素,这什么东西嘛!那看看我们发出去了什么
1...
分类:
其他好文 时间:
2015-03-19 00:55:22
阅读次数:
198
程序开头出现错误 提示 The type XXXXX cannot be resolved. It is indirectly referenced from required .class files原因:正要使用的类control调用了另一个包modbus4j内的类,而这个类又调用了其他类,这种...
分类:
编程语言 时间:
2015-03-13 23:44:19
阅读次数:
173
用户管理 mysql>use mysql; 查看 mysql> select host,user,password from?user?; 创建 mysql> create user ?zx_root ??IDENTIFIED?by ‘xxxxx‘; ? //identified by 会将纯文本密码加密作为散列值存储 修改 ...
分类:
数据库 时间:
2015-03-13 12:49:16
阅读次数:
224
ORA-00932: inconsistent datatypes: expected NUMBER got CHAR00932. 00000 - "inconsistent datatypes: expected %s got %s"1 CASE XXXXX.FILE_TYPE 2 ...
分类:
数据库 时间:
2015-03-12 16:45:08
阅读次数:
4813
正 文:数据库更新就一种方法Update,其标准格式:Update 表名 set 字段=值 where 条件只是依据数据的来源不同,还是有所差别的:1.从外部输入这样的比較简单例:update tb set UserName="XXXXX" where UserID="aasdd"2.一些内部变量,...
分类:
其他好文 时间:
2015-03-12 14:52:48
阅读次数:
144
Android下调用收发短信邮件等1,调web浏览器Uri myBlogUri = Uri.parse("http://xxxxx.com");returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri);2,地图Uri mapUri = Uri.pars...
分类:
移动开发 时间:
2015-03-11 21:29:27
阅读次数:
141
selectt.bytes,TO_CHAR((t.bytes)/(1024*1024),‘999G999D999‘),t.*fromsys.dba_segmentstwheret.owner=‘xxxxx‘orderbyt.bytesdesc
分类:
数据库 时间:
2015-03-10 19:42:31
阅读次数:
307
删除Xcode创建的默认单元测试,报错
(null): could not read data from '/Users/xxxxx/Desktop/gsk/zhsy/zhsy/Info.plist': The file “Info.plist” couldn’t be opened because there is no such file.
解决办法
删的不够彻底,把单元测试的tar...
分类:
其他好文 时间:
2015-03-09 16:19:49
阅读次数:
168