码迷,mamicode.com
首页 >  
搜索关键字:os    ( 139979个结果
ios通知使用 书上案例 简单易懂
/* The notification name */const NSString *ResultOfAppendingTwoStringsNotification =@"ResultOfAppendingTwoStringsNotification"; /* Keys inside the dic...
分类:移动开发   时间:2014-06-27 20:38:41    阅读次数:229
java将汉字转成拼音
package com.jframe.kit; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; im...
分类:编程语言   时间:2014-06-26 12:10:42    阅读次数:297
cocos2d-x 移植android横竖横屏设置
AndroidManifest.xml中android:screenOrientation字段控制屏幕方向,默认情况是横屏 android:screenOrientation="landscape" //横屏 android:screenOrientation="portrait"//坚屏...
分类:移动开发   时间:2014-06-26 12:06:13    阅读次数:379
谷歌发布全新设计语言:跟苹果Swift天壤之别
今日凌晨,谷歌(微博)在I/O大会上发布了全新设计语言Material Design。在20多天前的WWDC上,苹果也发布了全新编程语言Swift。两家科技巨头公司,在一年一度的开发者大会上,都发布了全新的语言,但这二者却有着本质的区别。   Material Design是一款全新的设计语言,谷歌计划将这款设计语言应用到Android、Chrome OS和网页等所有平台上。 ...
分类:移动开发   时间:2014-06-26 12:02:06    阅读次数:271
SAP MM模块 常用Bapi
1.sap货物移动相关的bapi(MIGO/MB1A) 货物移动的bapi  BAPI_GOODSMVT_CREATE 其中 参数 : GOODSMVT_CODE 有 GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order *                     02 - MB31 - Goods Rece...
分类:Windows程序   时间:2014-06-26 11:51:12    阅读次数:669
USACO prefix TrieTree + DP
/* ID:kevin_s1 PROG:prefix LANG:C++ */ #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define sigma_size 26 #defi...
分类:其他好文   时间:2014-06-26 11:49:23    阅读次数:297
hdu 1728 bfs
#include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #define ll __int64 #define mod 1000000007 using namespace std; struct node { int x...
分类:其他好文   时间:2014-06-26 11:48:43    阅读次数:214
hdu 1429 状压bfs
#include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #define ll __int64 #define mod 1000000007 using namespace std; struct node { int x...
分类:其他好文   时间:2014-06-26 11:39:45    阅读次数:206
C++ Primer Plus 第六版 第16章 string类和标准模板库
C++ Primer Plus 学习笔记...
分类:编程语言   时间:2014-06-26 11:38:32    阅读次数:291
oacore的application log报broken pipe
oacore的application log报broken pipe...
分类:移动开发   时间:2014-06-26 11:28:58    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!