ScriptGate是一个实现TWebBrowser上的JavaScript和Delphi代码相互调用的库,具体在这里:https://bitbucket.org/freeonterminate/scriptgate 用ScriptGate,我们可以轻松实现JavaScript在Delphi上的使用 ...
分类:
编程语言 时间:
2018-07-01 11:37:55
阅读次数:
1468
package com.td.util; import java.sql.Timestamp; import java.text.ParseException; import java.text.ParsePosition; import java.text.SimpleDateFormat; im... ...
分类:
编程语言 时间:
2018-06-30 19:57:04
阅读次数:
242
步骤: 注意: 过滤器最多之能传入两个参数,如果过滤器返回的结果可以参与if判断 标签可以传入多个参数,但是不能参与if判断 {% if 7|multi_fliter:5 >100 %} <p>大于100</p> {% else %} <p>小于100</p> {% endif %} ...
分类:
其他好文 时间:
2018-06-30 12:53:09
阅读次数:
143
将图片数据写入Record文件 在上面的代码中:通过for index in range(101): 可以控制写入文件的Example数量。 一次读取一个样例 一次读取多个样例, 使用read_up_to(注意当前代码所在的方格不要和前面的程序都放在jupyter notebook中运行。否则前面的 ...
分类:
其他好文 时间:
2018-06-28 13:48:52
阅读次数:
231
-- 数据字典 SELECT (case when a.colorder=1 then d.name else '' end)表名, a.colorder 字段序号, a.name 字段名, (case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1... ...
分类:
数据库 时间:
2018-06-28 11:02:15
阅读次数:
209
代码实现ts: 1 'use strict' 2 module Main { 3 4 const FloorType = { 5 space: "space", 6 snack: "body", 7 food: "food" 8 } 9 const enum Direction { 10... ...
分类:
其他好文 时间:
2018-06-27 13:30:04
阅读次数:
195
上一年年底写过两篇文章 UWP 使用OneDrive云存储2.x api(一)【全网首发】 UWP 使用OneDrive云存储2.x api(二)【全网首发】 没想到半年之后,VS编译提示方法已经过时了,可见微软朝三暮四,气走开发者的传言,并不假😂😂😂 不过新升级后的OneDrive serv ...
分类:
编程语言 时间:
2018-06-27 00:53:27
阅读次数:
279
part of Hypertext Transfer Protocol -- HTTP/1.1RFC 2616 Fielding, et al. 14 Header Field Definitions(规定) This section(部分,章节) defines(规定定义) the syntax( ...
分类:
Web程序 时间:
2018-06-25 12:53:15
阅读次数:
196
多路复用 select 同时监控多个文件描述符的输入输出 <sys/types.h> <sys/times.h> <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, str ...
分类:
其他好文 时间:
2018-06-23 01:24:34
阅读次数:
144
一、export 二、import 三、模块的默认导出 ...
分类:
其他好文 时间:
2018-06-22 21:48:15
阅读次数:
149