内容目录 一、JSON 1 1.1 json.dumps() 1 1.2 json.loads() 2 1.3 json.dump() 2 1.4 json.load() 3 1.5 编码解码规则 5 二、pickle 5 2.1 pickle.dumps() 5 2.2 pickle.loads( ...
分类:
Web程序 时间:
2017-02-07 10:42:59
阅读次数:
232
Inherits、CodeFile、CodeBehind在 ASP.NET 中使用代码隐藏方法来设计Web 窗体,可使页代码能够更清晰地从 HTML 内容中分离到完全单独的文件中。通常一个 @page 指令如下: <%@ Page language="c#" Codebehind="WebForm1 ...
分类:
其他好文 时间:
2017-02-05 15:04:16
阅读次数:
163
[hadoop@hadoop-master data]$ hadoop dfs -ls /DEPRECATED: Use of this script to execute hdfs command is deprecated.Instead use the hdfs command for it. ...
分类:
其他好文 时间:
2017-01-30 21:04:15
阅读次数:
253
The TListView Delphi control displays a list of items in a fashion similar to how Windows Explorer displays files and folders. ViewStyle := Report; Ch ...
分类:
其他好文 时间:
2017-01-21 17:25:06
阅读次数:
259
本篇博客来了解一下dotnet这个神奇的命令。我会依次对dotnet,dotnet new,dotnet restore,dotnet build,dotnet test,dotnet run,dotnet pack,dotnet publish这些个命令的用法做个简单的介绍以及演示。 1、基本的信 ...
分类:
Web程序 时间:
2017-01-20 16:06:10
阅读次数:
387
# Redis configuration file example # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so ... ...
在activity里设置android:screenOrientation的值。android:screenOrientation的属性有以下值:unspecified(默认值,由系统判断状态自动切换),The default value. The system chooses the orient ...
分类:
移动开发 时间:
2017-01-19 07:55:32
阅读次数:
226
这一章,我们开始struts2中自定义类型转换器的学习。 自定义类型转换器 一、定义一个继承于StrutsTypeConverter的转换类: 二、在src下面定义一个properties文件,名为xwork-conversion.properties。struts2提供了两种方式来配置转换器 应用 ...
分类:
其他好文 时间:
2017-01-18 16:02:34
阅读次数:
241
QGraphicsItem *QGraphicsScene::itemAt(qreal x, qreal y, const QTransform &deviceTransform) const This is an overloaded function. Returns the topmost v ...
分类:
Web程序 时间:
2017-01-12 10:01:13
阅读次数:
523