`
文章列表
XMLSerializer xmlSerializer = new XMLSerializer(); JSON json = xmlSerializer.read(xml); return json.toString(3);  以上代码在xmll转成json字符串后,json字符串里会含有namespace属性,把下面的xml片断 <openremote xmlns="http://www.openremote.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s ...
      今天早上, 我坐地铁时看到一个科技方面的博览会的新闻,开始的时候有一个画面让我很好奇,为什么有一个小孩站在一个平放的较大的显示屏前不断的用右手左右的煽着显示屏,好像在煽它耳光一样。因为摄影师视角的原因,一直没有看到显示屏上有什么东西,等摄影师换了视角后才看到显示屏上是一本大型的电子书,小孩正是用右手在空气中左右挥舞来翻书呢。       虽然,感觉这样翻书很累,但是这与普通的触摸屏的方式和电子设备交互不一样了。这种“手势交互”感觉可以给我带来一些可以实用的东西,但是一时还没有与其它一些我熟知的东西联系起来,就先当储备放着吧,说不定哪天能派上用场。       这个见闻有触发你的灵 ...
if ([response respondsToSelector:@selector(statusCode)]) { int statusCode = [((NSHTTPURLResponse *)response) statusCode]; if (statusCode >= 400) { [connection cancel]; // stop connecting; no more delegate messages NSDictionary *errorInfo = [NSDictionar ...
1)Download MYSQL named mysql-6.0.11-alpha-osx10.5-powerpc.tar.gz   2)Uncompress the gz package into /usr/local and rename the folder name  from mysql-6.0.11-alpha-osx10.5-powerpc to mysql.   3)Change directory into /usr/local/mysql and run the command: scripts/mysql_install_db --user=mysql ...
~/.bash_profile OR ~/.profile
转载自:http://blog.csdn.net/winterwinner/archive/2008/11/27/3382017.aspx关于Ad-hoc测试的基本知识 “Ad-Hoc” 原意是指 “特定的,一次性的”,这里专指“随机的,自由的”测试。在软件测试中除了根据测试样例和测试说明书进行测试外,还需 ...

UI UE

转载自: [url]http://uuhy.com/?p=6040[/url] 关于404的错误是指你请求的页面已经不存在,服务器返回的信息,那么这个错误的信息是可以修改的,今天分享的这些创意的404错误页面,我敢保证大部分都是你没有见过的. 转载自: [url]http://uuhy.com/?p=6040[/url]
转载:http://www.brentozar.com/archive/2008/08/twitter-101/   This was very helpful to someone who is new with Twitter. Twitter FAQ: RT, HT, OH, ETC Welcome to Twitter! There’s a lot of confusing terms. What does the abbreviation Twitter RT mean? How do you reply to someone on Twitter? Wha ...
Referenced from : http://www.iphonedevsdk.com/forum/iphone-sdk-development/8349-how-get-vertical-slider.html   UISlider *uiSlider = [[UISlider alloc] init]; uiSlider.transform = CGAffineTransformMakeRotation(-90.0/180*M_PI); or uiSlider.transform = CGAffineTransformMakeRotation(270/180*M_PI);
转自:http://www.tp-link.com.cn/surpport/showfae.asp?id=72 如何将我的路由器复位?(另名:TP-LINK产品复位大全) TP-LINK网络与通讯产品: 1、宽带路由器 2、无线 3、交换机 4、 ADSL 5、打印服务器 宽带路由器类: 1)、具有M1、M2灯的TL-R ...
1)底棱归位(又称底部架十字,底层四个棱块正确复原的过程):以一种固定颜色为底色,我是白色为底色。然后以底面为基准,去找和白色相关的两面色块。 2)底角归位:这一阶段主要也是找与白色相关的在顶层的色块,然后主要用的公式是:R U2 R' U' R U R', 如果与白色相关的色块不在顶层而在中层则用R U R'把它换到顶层再用刚才说的公式。 3)中棱归位(复原魔方中层四个棱块的步骤)这一步也是主要顶层找与白色相关的色块,把找到的这个色块侧面在魔方四个侧面找到与之相同颜色的侧面,然后把中心线连起来,然后这条连起来的相同颜色的侧面放在魔方侧面,然后做公式,做这个公式时有两种情况:如果刚才找到的色 ...
Refrenced from: http://user.it.uu.se/~matkin/documents/shell/   Shell Script Programming You are the 1034182nd visitor to this page since March 20, 2001. This is a document that covers some issues regarding shell script programming. Note that this page is still under construction. The int ...
Refenced from : http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html     Introduction to The Objective-C Programming Language The Objective-C language is a simple computer language designed to enable sophisticated object-oriented progr ...
Referenced from: http://developer.apple.com/mac/library/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/index.html#//apple_ref/doc/uid/TP40007594   ===================================================== Search Mac Reference Library Learning Object ...
From : http://developer.apple.com/internet/opensource/opensourcescripting.html It's really a good article, so I referenced.   -------------------------------------------------------------------------------------------------------------------- One of the biggest advantages of Mac OS X's UNI ...
Global site tag (gtag.js) - Google Analytics