onCreate: function() { this.setView("leftMenu.html", { items : [] }); me.threeTrigger = iAuto.Util.bind(me,me.threeTri...
分类:
其他好文 时间:
2015-01-04 16:54:52
阅读次数:
198
Python的字典的items(), keys(), values()都返回一个list >>>?dict?=?{?1?:?2,?‘a‘?:?‘b‘,?‘hello‘?:?‘world‘?}
>>>?dict.values()
[‘b‘,?2,?‘world‘]
>>>?dict.keys()
[‘a‘,?1,?‘hello‘]
>>...
分类:
编程语言 时间:
2015-01-03 18:42:18
阅读次数:
239
这个程序主要是为了学习一下工具盒类,这里使用了3个工具盒然后添加到整个界面上,
分别是:好友(good friend), 陌生人(do not remember), 黑名单(black items) 哈哈,原谅我这不咋地的英语,懂我就好。
实现图:
代码:
drawer.h
/**
* 书本:【Qt5开发及实例】
* 功能:实现一个自己的QQ界面
* 文件:drawer.cpp
...
分类:
其他好文 时间:
2015-01-02 14:45:44
阅读次数:
660
//加载 private void button2_Click_1(object sender, EventArgs e) { listView1.Items.Clear(); listView1.Columns.Clear(); SqlConnection con = new SqlConnect...
分类:
其他好文 时间:
2015-01-01 13:38:19
阅读次数:
182
Given n items with size A[i] and value V[i], and a backpack with size m. What's the maximum value can you put into the backpack?NoteYou cannot divide ...
分类:
其他好文 时间:
2015-01-01 01:24:21
阅读次数:
168
auth_items:功能 用来记录RBAC中的对象。字段:name - 存放对象名称,字符串;type - 对象类型,(0, 1, 2);description - 相关的描述,长字符串;bizrule -长字符串,可以在这里定义一个PHP的代码块,以增强验证的扩展性;data -长字符串,序列化...
分类:
其他好文 时间:
2014-12-31 19:59:31
阅读次数:
218
https://www.zabbix.com/documentation/2.2/manual/config/items/itemtypes/zabbix_agent/win_keysproc_info[<process>,<attribute>,<type>]process-processnameattribute-requestedprocessattribute.type-representationtype(meaningfulwhenmorethanoneproc..
分类:
Windows程序 时间:
2014-12-29 18:34:16
阅读次数:
1418
Mainactivity.java 启动加载menu
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.m...
分类:
移动开发 时间:
2014-12-28 18:16:17
阅读次数:
202
今天很是苦恼,明明设置了android:showAsAction="always",但是所有的items全部都显示在overflow中,然后在官网发现了答案。如果你为了兼容 Android 2.1 的版本使用了 Support 库,在android命名空间下showAsAction属性是不可用的。S...
分类:
其他好文 时间:
2014-12-27 00:16:49
阅读次数:
273