近期接触的项目是有关win8 metro 中camera的项目。当中比較重要的类就是 MediaCapture类,如今介绍一下MediaCapture类,也总结一下自己的一些项目体会: 以下是MediaCapture类的一些方法调用: using System; using Windows.Foun ...
// 访问SAP服务 public static String callSAP(passparameter pp, String httpUrl, String getdata) { String resultData = ""; URL geturl = null; try { ... ...
分类:
编程语言 时间:
2017-05-12 11:41:31
阅读次数:
997
可达的/可触及的 Java对象呗创建后,如果被一个或者多个变量引用,那就是可达的,即从根节点可以触及到这个对象。 其实就是从根节点扫描,只要这个对象在引用链中,那就是可触及的。 可恢复的 Java对象不再被任何变量引用就进入了可恢复状态。 在回收该对象之前,该对象的finalize()方法进行资源整 ...
分类:
编程语言 时间:
2017-05-09 11:17:22
阅读次数:
136
1、查看分区信息: Disk /dev/vdb: 209.7 GB, 209715200000 bytes16 heads, 63 sectors/track, 406349 cylindersUnits = cylinders of 1008 * 512 = 516096 bytesSector ...
分类:
系统相关 时间:
2017-05-08 16:04:18
阅读次数:
188
fsck -y mtr IP cat/tac runlevel/tty eject /eject -t 开/关 mount -o loop *.iso /mnt --bind /root /mnt -t tmpfs tmpfs /mnt uniq -u -c -d -s 跳过 -w 计算在内 exp ...
分类:
系统相关 时间:
2017-05-04 14:36:27
阅读次数:
222
1. Modeling seasonality w1 models the linear trend of the overall process. w2 models the seasonal component sinusoid with a period of 12 and you do no ...
分类:
其他好文 时间:
2017-05-02 23:35:09
阅读次数:
179
ping netstat Print network connections, routing tables, interface statistics, masquerade connections, and multi-cast memberships mtr traceroute ...
分类:
Web程序 时间:
2017-05-01 09:51:38
阅读次数:
253
六、迭代器: 6.1、概念: 6.1.1、iterater和容器其实是分开的。 6.1.2、非const的iter的是可以修改的、而const的iter是不可修改的,除此之外所有的东西都是一样的。 两个的设计逻辑上是两个不同的iter,但是又支持互相转换。 6.1.3、iterator中的拷贝构造是 ...
分类:
其他好文 时间:
2017-04-30 01:09:23
阅读次数:
173
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/44278417。本文出自:【张鸿洋的博客】1、概述无意中翻到的FoldingLayout的介绍的博客,以及github地址。感觉非常nice呀,于是花了点时间研究以及编写,本篇博客将 ...
分类:
移动开发 时间:
2017-04-29 22:17:34
阅读次数:
297