Open the Dragon Scroll
Did you ever hear about 'Dragon Food' ? Its used to refer to the chocolates bought for your loved ones :). Po offers dragon food to master Shifu, who is a famous cook in th...
分类:
其他好文 时间:
2014-05-10 10:06:11
阅读次数:
382
Django is a high-level Python Web framework
that encourages rapid development and clean, pragmatic design.Model: The
application dataView: which data ...
分类:
移动开发 时间:
2014-05-07 20:02:08
阅读次数:
453
1. 试了Hide during application launch的勾选选项,不可以2.
试了Controller中用函数,还是不可以- (BOOL)prefersStatusBarHidden{ return
YES;//隐藏为YES,显示为NO}后边找到这个方法,终于可以了,Mark一...
分类:
移动开发 时间:
2014-05-07 10:12:20
阅读次数:
312
1. 目标 使用集合类,在X++中存储数据 列出哪些应用对象控制不同的GUI组件
修改并使用Application Substituted Kernel Classes. 扩展RunBase框架,来创建新的批处理。 使用Args对象传送信息。
2.介绍 AX提供了大量标准系统类,你可以在开发X++代...
分类:
其他好文 时间:
2014-05-07 09:02:24
阅读次数:
322
Beaming NDEF Messages to Other Devices
Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The application that wants to beam data to another device must be in ...
分类:
移动开发 时间:
2014-05-06 23:21:48
阅读次数:
620
一、基础
1、说明:创建数据库?CREATE DATABASE database-name?
2、说明:删除数据库?drop database dbname?
3、说明:备份sql server?
--- 创建 备份数据的 device?
USE master?EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin...
分类:
数据库 时间:
2014-05-06 18:57:44
阅读次数:
506
AWS -Amazon Web Services(AWS) - Cloud Computing
ServicesEC2 -Amazon Elastic Compute Cloud (EC2)Create First Application in
Elastic Beanstalk1. Login A...
分类:
其他好文 时间:
2014-05-06 13:56:32
阅读次数:
428
做数独游戏开发时,需要将Activity的标题隐藏,隐藏的方式可分为以下两种:1:在AndroidManifest.xml中将Application添加
2:在super执行后,设置窗口显示的规则。在此会遇到一些问题。当手机反应慢时,很显示标题之后再隐藏。
分类:
其他好文 时间:
2014-05-06 13:49:50
阅读次数:
272
在初始化代码中,开启当前层接受触摸this->setTouchEnabled(true);在AppController.mm文件中,设置开启多点触控在-
(BOOL)application:(UIApplication *)application didFinishLaunchingWithOpti...
分类:
移动开发 时间:
2014-05-06 12:37:43
阅读次数:
470
application/x-www-form-urlencoded、multipart/form-data、text/plain上传文件的表单中要加属性enctype="multipart/form-data",很多人只是死记硬背知道上传表单要这么
写,知其然而不知其所以然。那到底为什么要添加这个属...
分类:
其他好文 时间:
2014-05-06 10:34:11
阅读次数:
446