- 博客(14)
- 资源 (1)
- 收藏
- 关注
原创 cocos工程打包apk,添加自定义C++类
http://note.youdao.com/yws/public/redirect/share?id=7d9ad9c9e2f6eb6b0b376e9142ef1152&type=false
2016-05-02 17:17:24
583
原创 perl获取AppAnnie数据
。。。。。。需求: 获取https://www.appannie.com/apps/ios/top/united-states/games/?device=iphone 排行榜数据,并得到每个game的大小和语言(从排行榜点击对应game名字进入详细页面)以及分类(详细页面中点击左侧history)。本blog主要用来记录coding中遇到的一些问题,相关知识点如下:LWP(Library f
2015-08-28 00:47:22
2384
原创 android本地推送(退出app后依然可以)
1.小米手机无效,MIUI系统似乎改过android底层的一些东西主要就是用到了AlarmManager,接着在AlarmReceiver实现notification 。 记得在manifest中添加AlarmReceiver即可AlarmManager alarmManager = (AlarmManager) mContext.getSystemService(ALARM
2015-05-14 20:07:23
6849
1
原创 cocos2dx lua android 禁止屏幕旋转 重力感应
cocos2dx lua android 禁止屏幕旋转 重力感应横竖屏切换禁止我就不说了 网上全是 可是就是找不到cocos2dx禁止180°旋转的办法 后来找了半天才解决找到如下文件项目名称\frameworks\runtime-src\proj.android\src\org\cocos2dx\lua\AppActivity.java 将 SCREEN_ORIENTAT
2015-01-25 12:08:31
1685
原创 linux/ubuntu mozilla install adobe flash player 简明教程
1. http://get.adobe.com/cn/flashplayer/ 选择.tar.gz下载2. j
2014-10-23 10:24:09
511
原创 android 真机 访问本地web服务器 localhost login 注意事项
1.真机调试用IP而不是String url = "http://192.168.1.102:8080/0000010_20140215/servlet/AndroidLogin";
2014-10-16 23:48:44
2285
原创 android ADT eclipse相关设置 背景色 中文字体等
中文字体较小Window->Preferences ->General -> Appearance -> Colors and Fonts -> Java -> Java Editor Text Font此处设置是,默认的,Consolas 10
2014-10-15 23:11:19
1731
原创 android DatePicker TimePicker
1.DatePicker android:calendarViewShown="false"
2014-10-10 23:30:17
464
原创 android 构建 Drawable对象 TextView和ImageView一起显示
1.构建Drawable对象 : Drawable img = getResources().getDrawable(R.drawable.ic_launcher);2.对于这样的提醒 This tag and its children can be replaced by one and a compound -
2014-10-10 21:28:11
1062
原创 No orientation specified, and the default is horizontal. This is a common source of bugs when childr
No orientation specified, and the default is horizontal. This is a common source of bugs when children are added dynamically.添加 android:orientation="vertical"即可
2014-09-30 21:21:43
696
原创 mysql innodb hibernate Deadlock
org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.LockAcquisitionException: Deadlock found when trying to get lock; try restarting transaction; nested exception is javax.persiste
2014-09-28 15:26:12
1021
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人