随笔分类 -  不常用语言

摘要:# 安装参考: 用到的文件:1. 安装 python-2.7.14.msi2. 打开命令行,并且运行以下命令来修改 PATH: c:\python27\python.exe c:\python27\tools\scripts\win_add2path.py3. 创建 register.py 文件,内容为 # # script to regist... 阅读全文
posted @ 2019-01-06 17:54 zjffun 阅读(131) 评论(0) 推荐(0)
摘要:[0xd4d/dnSpy: .NET debugger and assembly editor](https://github.com/0xd4d/dnSpy) 阅读全文
posted @ 2019-01-03 23:13 zjffun 阅读(362) 评论(0) 推荐(0)
摘要:# 配置 Dubug 和 Release 生成不同的 Web.config[Web.config Transformation Syntax for Web Application Project Deployment | Microsoft Docs](https://docs.microsoft.com/en-us/previous-versions/dd465326(v=vs.100))1.... 阅读全文
posted @ 2019-01-03 23:12 zjffun 阅读(259) 评论(0) 推荐(0)
摘要:> 官方文档:一种方式就可以生成所有的 JSON Collection -> 数组 Object, Dictionary -> 对象PS:Dictionary 不用根据数据格式创建类但但复用性不好,Object 需要根据数据格式创建类但复用性好也能用 get,set 处理属性例如: /* 接口格式: { code:返回结果状态 message:消息... 阅读全文
posted @ 2019-01-03 23:11 zjffun 阅读(1116) 评论(0) 推荐(0)
摘要:遍历 JObject:遍历 JArray: string json = @"[ 'Small', 'Medium', 'Large' ]"; JArray jarray = JArray.Parse(json); for (int i = 0; i # 例子:打开 Feature 和 Addition 这两个 JSON 字符串,并去除全部空字符... 阅读全文
posted @ 2019-01-03 23:10 zjffun 阅读(3809) 评论(0) 推荐(0)
摘要:clc 清空命令行 结尾有分号控制台不输出,没有则控制台输出 阅读全文
posted @ 2019-01-03 23:09 zjffun 阅读(199) 评论(0) 推荐(0)
摘要:# 安装参考: 用到的文件:1. 安装 python-2.7.14.msi2. 打开命令行,并且运行以下命令来修改 PATH: c:\python27\python.exe c:\python27\tools\scripts\win_add2path.py3. 创建 register.py 文件,内容为 # # script to regist... 阅读全文
posted @ 2019-01-03 23:08 zjffun 阅读(88) 评论(0) 推荐(0)
摘要:deleted 阅读全文
posted @ 2019-01-03 22:47 zjffun 阅读(90) 评论(0) 推荐(0)