开发笔记(2020-5-28 \~ 2020-7-5)
发表于
更新于
json note
发表于
更新于
json兼容性
-
对象创建
chrome 和 ie8 以上版本可以使用 XMLHttpRequest, ie7 以下版本只能使用
ActiveX。兼容性代码如下
1 | if(window.XMLHttpRequest) |
-
解析(parse)
chrome 可用JSON.parse,IE会收到错误 JSON未定义
,前后加括号直接转换就行。
1 | if(typeof(JSON)=='undefined') |
以上小坑,免跳!
2020年5月28日
Delphi component wroted by me
发表于
更新于
WELCOME
Welcome to visit my github repositories and hope you enjoy it. click
here to visit my github repositories
This document introduce my repository named DelphiSharedLib. You can
use the git tools to download it. click here to install git
tools. Locate to the folder you want to download
and click the mouse’s right button and choose *”git bash here”* . Type
the following command after the prompt:
1 | $ git clone https://github.com/peterdavis77/DelphiSharedLib.git |
供用电合同生产程序(低压版)简要说明
发表于
更新于
供用电合同生产程序(高压版)简要说明
发表于
更新于