第一步,激活Drive API首先,注册Google帐号;其次,登录Google Developers
Console;接着,建立工程和程序;紧接,激活APIs & auth;最后,选择Credentials。第二步,安装Google Client
Library安装一个NuGet包(Google....
判断文章中文字符数量
dim WINNT_CHINESE
WINNT_CHINESE = (len("论坛")=2)
function strLength(str)
ON ERROR RESUME NEXT
if WINNT_CHINESE then
dim l,t,c
dim i
l=len(str)
t=l
for i=1 to l
c=asc(mid(...
分类:
其他好文 时间:
2014-05-10 04:30:47
阅读次数:
266
需要每隔一段时间选取最老的商户更新时间戳:
update DP_Shop set DP_Shop.LastDate = now() where DP_Shop.ShopId in (select ShopId from DP_Shop order by LastDate limit 5);
ERROR 1235 (42000): This version of MySQL doesn't ...
分类:
数据库 时间:
2014-05-10 04:22:58
阅读次数:
423
将IP表存入SQL里的程序
写得比较粗糙,还有一点错误,不过能达到效果,请大家测试
create.asp
-----------------------------------------------------------------------
'Option Explicit
Server.Scripttimeout = 1000
On Error Resume N...
分类:
数据库 时间:
2014-05-10 04:22:32
阅读次数:
563
configure: error: APR not found. Please read the documentation.
configure: error: APR-util not found. Please read the documentation....
分类:
其他好文 时间:
2014-05-10 04:20:35
阅读次数:
316
在安装SharePoint2013服务器之前,请先了解硬件和软件要求http://technet.microsoft.com/library/cc262485(office.15)?ocid=fwlink#section4MicrosoftSharePoint产品准备工具会为具有内置数据库的单台服务器安装以下必备软件:Web服务器(IIS)角色应用程序服务器角色Microsoft.N..
系统配置的yum源是163的镜像站,本来想用lsb_release命令查看一下系统的版本等信息,结果显示没有此命令,那就安装其相关软件包吧,用yum-yinstallredhat-lsb相依属性列出了40个软件包,本来没想安装这么多,愣了个神还没有按y键呢系统自己就莫名其妙又继续了,继续就继续吧,..
分类:
其他好文 时间:
2014-05-10 04:01:38
阅读次数:
649
在Android下,有的时候当我们把非自己创建的项目或者别人的项目导入(Import)到我们自己本地时,我们会看到项目前面有一个红色的“X”或者“1,如下图:或者而当我们运行该项目的时候,会弹出如下提示:之前我遇到过几次这个问题,很郁闷,因为都不知道哪里有所谓的error(s),..
分类:
移动开发 时间:
2014-05-10 03:55:54
阅读次数:
449
NewMail 对象(CDONTS 库)发送邮件
速查
声明的类型库: CDONTS.DLL
首次启用: CDO for NTS Library 版本 1.2
父对象: (无)
子对象: (无)
默认属性: Value
属性
名 首次启用版本 类型 访问
Bcc 1.2 字符串 只写
Body 1.2 IStream 对象或字符串 只写
BodyForma...
分类:
其他好文 时间:
2014-05-10 03:43:53
阅读次数:
312
'EXCELa.VBS '直接将查询数据结果生成 EXCEL 表,稍做修改后即可
'改成ASP文件放在服务器上面向客户
option Explicit
dim conn,strConnString
Set conn = WScript.CreateObject("ADODB.Connection")
on error resume next
strConnString ="Provid...
分类:
其他好文 时间:
2014-05-10 03:43:27
阅读次数:
375