最近开始写一些WPF的小Sample和文章,但是毕竟WPF应用程式不像Silverlight那么方便的只要装个Plugin就可以透过浏览器来看执行结果,因此把脑筋动到了改用WPF
Browser Application上,虽然它是WPF,但是一样可以透过浏览器来执行,这样就可以一边看文章一边看范例。...
分类:
移动开发 时间:
2014-05-27 00:07:48
阅读次数:
450
http://www.cppblog.com/elva/archive/2008/09/10/61544.html收集一些网上的资料,以便参考:http://blog.chinaunix.net/u2/69143/showart_1087349.html
当服务器close一个连接时,若client...
分类:
其他好文 时间:
2014-05-26 23:13:03
阅读次数:
510
目前为目最全的CURL中文说明了,学PHP的要好好掌握.有很多的参数.大部份都很有用.真正掌握了它和正则,一定就是个采集高手了.PHP中的CURL函数库(Client
URL Library Function)curl_close - 关闭一个curl会话curl_copy_handle - 拷贝一...
分类:
Web程序 时间:
2014-05-26 21:52:15
阅读次数:
364
The stunnel program is designed to work as an
SSL encryption wrapper between remote client and local (inetd-startable) or
remote server. It can be use...
分类:
其他好文 时间:
2014-05-26 16:15:57
阅读次数:
330
本文首先参考Android Binder IPC分析一文分析了Android Binder
IPC通信机制过程及涉及到的各个子元素相关概念,从代码细节脱离出来,因而整体上把握Android binder IPC通信机制,是能够理解文章最后Camera
Framework进程间通信实现的基础。参考An...
分类:
移动开发 时间:
2014-05-26 12:47:10
阅读次数:
901
Cookies are arbitrary pieces of data chosen by
the web server and sent to the browser. The browser returns them unchanged to
the server, introducing a...
分类:
其他好文 时间:
2014-05-26 12:46:47
阅读次数:
300
微软PowerShell 产品组上周发布了PowerShell 5.0
PowerShellGet功能。有了它,IT 人员可以方便地搜索,安装,更新PowerShell
Module。在这篇博客中,我将演示如果使用PowerShellGet安装微软ScriptBrowser和ScriptAnalyz...
分类:
其他好文 时间:
2014-05-26 12:10:24
阅读次数:
232
第一次用PL/SQL
Developer这个非官方的软件,遇到了种种困难,幸好通过万能的Google已经全部解决,记录下来备察.前提是保证你的远程oracle服务器一切正常.微软客户端设置使用oracle免费发放的instant
client来代替oracle client,免去了安装的麻烦,下载i...
分类:
数据库 时间:
2014-05-26 11:57:31
阅读次数:
341
该Demo运行后,会显示所有你sd卡上的音乐文件列表, 并可以点击列表选择某一首歌曲进行播放。
运行效果:
源代码:
activity_audio_browser.xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schema...
分类:
移动开发 时间:
2014-05-23 00:34:40
阅读次数:
410
android 4.4上的browser, 对于chromium的几个问题介绍:
1) 所有的 WebView 都使用 Chromium 解析渲染
2) 怎样查看浏览器的渲染引擎:
WebSettings.getUserAgentString()或者访问 www.show-ip.net/browserinfo
可以取得WebView的default User Agent, 例如:
Mozilla/5.0 (Linux; Android 4.4.2; DeviceName Bui...
分类:
移动开发 时间:
2014-05-22 23:31:44
阅读次数:
374