object fontname = "Wingdings 2"; object uic = true;
doc.Bookmarks.get_Item(ref lblmark).Range.InsertSymbol(-4014, ref fontname, ref
uic, ref missing)....
分类:
其他好文 时间:
2014-06-04 18:53:16
阅读次数:
866
当我们想做一个类似于微信菜单很快我们应该可以想到可以用support-v7包或者actionbarshecklock,然后就写menu布局,如下
然后就是在onCreateOptionsMenu中调用一下menu布局,貌似一切都大功告成了,在类似于nexus5这样...
分类:
其他好文 时间:
2014-05-31 13:49:46
阅读次数:
237
1 资源视图下面右键添加资源 选择menu2
创建你想要的menu3找到CDialog::OnInitDialog();在后面添加代码。CMenu
menu;menu.LoadMenuW(IDR_MENU1);SetMenu(&menu);
分类:
编程语言 时间:
2014-05-31 11:46:02
阅读次数:
320
http://hi.baidu.com/captives/item/25c8b80170a9b0ccf45ba6f8————————————————————————————————————————————————————————packagedtm.tools;importjava.io.Buffe...
分类:
编程语言 时间:
2014-05-30 19:51:52
阅读次数:
378
做移动互联网类型的开放,很多情况得考虑移动设备的暂停与退出时,做某些数据操作或UI。1,退出事件,Unity3d,InPut就包含了:Input.GetKey(KeyCode.Escape)
、Input.GetKey(KeyCode.Home) 、Input.GetKey(KeyCode.Menu...
分类:
移动开发 时间:
2014-05-30 02:14:02
阅读次数:
254
function checkItem(e,itemId) { var item =
document.getElementById(itemId); var $items = $(item); if (e.checked) { ...
分类:
其他好文 时间:
2014-05-30 01:28:50
阅读次数:
399
Explorer:menu selection and form filling缺点:when you
open a dataset, it immediately loads it all in. This means that the Explorer can
only be applied t...
分类:
其他好文 时间:
2014-05-29 21:03:09
阅读次数:
385
In Eclipse, from the Window menu, select Open
Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click
the camera icon. (If the tablet ...
分类:
系统相关 时间:
2014-05-29 20:29:15
阅读次数:
479
Item 6 Item 2 Item 3 Item 1 Item 5
$("#sortable").sortable()(一)各个参数的介绍 axis: "y" 表示只允许x拖动 或是y拖动cancel: "#test"
表示禁止某个元素 注意只是填写 .test或者...
分类:
Web程序 时间:
2014-05-29 18:16:00
阅读次数:
318
参考网址:http://blog.csdn.net/hmily7532361/article/details/18368235 在安卓中
自定义Adapter时,使用ViewHolder可缓存每个Item的View,减少一些不必要的操作,提高性能。在网上看到一种比较简洁的写法,避免每个自定义的Ada...
分类:
其他好文 时间:
2014-05-29 17:02:49
阅读次数:
291