Americans are usually 1) tolerant of non-native speakers who have some 2) trouble understanding English. But they become 3)annoyed when a person pret....
分类:
其他好文 时间:
2014-10-16 01:42:21
阅读次数:
242
Abstract. DWG is a file format created in the 70’s for the emerging CAD applications. Currently it is the native file format of AutoCAD, a proprietary...
分类:
其他好文 时间:
2014-10-16 00:49:11
阅读次数:
352
如有转载,请声明出处: 时之沙:http://blog.csdn.net/t12x3456Android WebView常见问题解决方案汇总:就目前而言,如何应对版本的频繁更新呢,又如何灵活多变地展示我们的界面呢,这又涉及到了web app与native app之间孰优孰劣的争论. 于是乎,一种混合...
分类:
移动开发 时间:
2014-10-15 19:34:41
阅读次数:
311
最近 一个项目.net 要调用JAVA的WEB SERVICE,数据采用3DES加密,涉及到两种语言3DES一致性的问题, 下面分享一下, 这里的KEY采用Base64编码,便用分发,因为Java的Byte范围为-128至127,c#的Byte范围是0-255 核心是确定Mode和Padding,关...
分类:
编程语言 时间:
2014-10-15 15:17:46
阅读次数:
223
$file_name?=?base64_decode($_REQUEST[‘images‘]);
????????//$status????=?$_REQUEST[‘status‘];//是否作为头像?1?作为头像?0?不做头像
????????$upfile="uploads/...
分类:
Web程序 时间:
2014-10-14 20:06:29
阅读次数:
158
Windows Phone 8 API一览Windows Phone 7平台不支持Native语言的开发,这困扰了许多游戏和底层应用的开发者。Windows Phone 8 SDK的推出,改善了这个情况。下图就是Windows Phone 8 的API构成。1. .NET API for Windo...
elicpse下android开发中,Android Tools / Add Native Support 的逆过程。...
分类:
系统相关 时间:
2014-10-14 14:48:48
阅读次数:
181
/// /// 将字符串编码为Base64字符串/// /// 要编码的字符串private string Base64Encode(string str){byte[] barray;barray=Encoding.Default.GetBytes(str);return Convert.ToBa...
分类:
其他好文 时间:
2014-10-14 13:56:08
阅读次数:
211
这是一个本人开发的android壳,作用就是为html5开发提供各种接口以调用native.只是第一个版本,随笔以纪念。详细的说明和api都在 项目的readme中。项目地址:https://github.com/cczw2010/sjsb
分类:
移动开发 时间:
2014-10-13 21:34:57
阅读次数:
236
React组件 组件是React中的基本单位,在每个组件里面又封装了程序逻辑,通过reader标出界面片段或者回传一段描述,组件再通过React.renderComponent将组件展示在浏览器中。每个组件的编写中会绑定一些事件,这些事件是动态绑定的,这个以后分析。 看下代码:/** * C...
分类:
其他好文 时间:
2014-10-13 20:49:07
阅读次数:
140