Scenario: Rewriting a quartz job service. Background: The existing service logic was hardcoding every job's cron expression into xml file. This makes ...
分类:
其他好文 时间:
2017-08-18 23:48:01
阅读次数:
230
邮槽创建在服务程序内,可以创建成功, 但外部客户端连接时 m_hMailslot = CreateFile("\\\\.\\mailslot\\zdpMailslot",GENERIC_WRITE,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_N ...
一、简介 Android中,你也可以通过绝对路径以JAVA传统方式访问内部存储空间。但是以这种方式创建的文件是对私有,创建它的应用程序对该文件是可读可写,但是别的应用程序并不能直接访问它。不是所有的内部存储空间应用程序都可以访问,默认情况下只能访问“/data/data/你的应用程序的包名”这个路径 ...
分类:
移动开发 时间:
2017-08-18 12:39:31
阅读次数:
349
project的导入:将project放到对应的目录中——打开MyEclipse——光标定位在PackageExp位置(即project创建位置),右键选中并点击“Import…”——点击General节点,选中“Existing Projects into Workspace”——Next——选中 ...
分类:
系统相关 时间:
2017-08-17 21:28:54
阅读次数:
171
项目中要使用Uploadify 3.2来实现图片上传并生成缩略通的功能,特此记下来,以供各位参考! Uploadify下载地址:http://www.uploadify.com/download/ 下载下来解压后估计里面很多文件,其实有用的也就jQuery.uploadify.min.js、uplo ...
分类:
Web程序 时间:
2017-08-11 15:49:11
阅读次数:
268
现象打开页面,PHP-CGI退出,Nginx错误日志如下:2017/08/0915:13:31[error]8140#19268:*1WSARecv()failed(10054:Anexistingconnectionwasforciblyclosedbytheremotehost)whilereadingresponseheaderfromupstream,client:127.0.0.1,server:localhost,request:"GET/siteManager/..
分类:
其他好文 时间:
2017-08-09 16:53:03
阅读次数:
458
这周接受到一个新的需求:一天内分时间段定时轮询一个第三方WebAPI,并保存第三方WebAPI结果。 需求分析:分时段、定时开启、定时结束、轮询。主要工作集中在前三个上,轮询其实就是个Http请求,比较好解决。 技术选型: 1、最简单的方式:Windows Service、Timer、HttpCli ...
分类:
Web程序 时间:
2017-08-06 21:59:32
阅读次数:
340
--sql structured query language --DML--Data Manipulation Language--数据操作语言 query information (SELECT), add new rows (INSERT), modify existing rows (UPD... ...
分类:
数据库 时间:
2017-08-03 09:59:14
阅读次数:
1224
如何将一个已存在的目录转换为一个 Git 项目并托管到 GitHub 仓库https://itgeeker.net/how-to-an-existing-git-initiate-foler/ 在Windows下使用Git Bash,用的是Linux命令,常用几个文件操作命令如下: ...
分类:
其他好文 时间:
2017-08-01 22:56:41
阅读次数:
161
Contribution: 1) Systematic interpretation to existing face sketch synthesis methods. 2) Bayesian face sketch synthesis: apply the spatial neighboring ...
分类:
其他好文 时间:
2017-07-31 20:08:44
阅读次数:
113