上一页 1 ··· 13 14 15 16 17
该文被密码保护。 阅读全文
posted @ 2015-06-09 20:44 Ender.Lu 阅读(1) 评论(0) 推荐(0)
摘要: 如果电脑已经安装了32bit的office那么可以使用管理员权限打开cmd,然会执行以下命令AccessDatabaseEngine_X64.exe /passive 阅读全文
posted @ 2015-06-05 13:58 Ender.Lu 阅读(305) 评论(0) 推荐(0)
摘要: 可以参考以下例子ZipEntry entry = new ZipEntry(file);entry.IsUnicodeText = true;这个方法找了很久,之前用其他帖子说的ZipConstants.DefaultCodePage设定也不起作用 阅读全文
posted @ 2015-06-02 09:33 Ender.Lu 阅读(311) 评论(0) 推荐(0)
摘要: --declare @str varchar(100)--set @str='a' --要搜索的字符串--declare @s varchar(8000)--declare tb cursor local for-- select 'if exists(select 1 from ['+b.... 阅读全文
posted @ 2015-05-12 15:40 Ender.Lu 阅读(381) 评论(0) 推荐(0)
摘要: 中间交换的数据是json ,后台数据库服务器是sqlserver2012android通过post或者get方式访问如get方式http://192.168.255.13:7080/tblFileList?tblFileList2_Title_search1=t01 1 package main ... 阅读全文
posted @ 2015-04-27 21:14 Ender.Lu 阅读(943) 评论(0) 推荐(0)
摘要: 1.php server(wamp)部分建立unload.php页面代码如下 需要配置c:\windows\temp的目录权限,user group有权限写另外ip访问设置,wamp中的c:\wamp\alias\adt.conf添加Allow from 192.168.0.102 指定IP2.... 阅读全文
posted @ 2015-04-25 13:49 Ender.Lu 阅读(592) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17