1.
写在开头本人写了一个自动创建cocos2dx工程的脚本。.bat文件,会修正Application.mk
文件,并且在桌面创建打开项目目录的快捷方式。使用条件:1. 在本地计算机中已安装python 2.7.6 版本,并将python安装目录加入到
PATH环境变量中。 2. 根据自己...
分类:
其他好文 时间:
2014-05-27 03:06:16
阅读次数:
387
Yii采用MVC设计模式。Yii还引入了一个称作front-controller的东西,并命名为application。application封装了对用户请求的处理。application会收集用户的请求信息,并交予对应的控制器进一步处理。这是一张交互流程图。典型的Yii应用的工作流程见图。inde...
分类:
其他好文 时间:
2014-05-27 02:21:44
阅读次数:
232
What things should a programmer implementing
the technical details of a web application consider before making the site
public? If Jeff Atwood can for...
分类:
移动开发 时间:
2014-05-24 07:46:17
阅读次数:
405
iphone包含了很多框架和库,从底层的套接字到不同层次的封装,可以方便地给程序添加网络功能。
(1)BSD套接字。最底层的套接字,这是Unix网络开发常用的API。如果从其他系统移植程序,而程序用的是BSD套接字,那么网络部分可以继续使用这些API。
(2)CFNetwork framewor.....
分类:
移动开发 时间:
2014-05-24 06:42:47
阅读次数:
386
一、前后台代码:Global.cs:using
System.Web.Routing;。。。void Application_Start(object sender, EventArgs e) { //
在应用程序启动时运行的代码 //RegisterRoutes(); RegisterRoutes...
分类:
Web程序 时间:
2014-05-24 04:47:43
阅读次数:
295
Web文件的ContentType类型大全-来自网络ContentType属性指定服务器响应的HTTP内容类型。如果未指定ContentType,默认为text/html。在ASP中使用它:
".*"="application/octet-stream" ".001"="applicatio...
分类:
Web程序 时间:
2014-05-24 02:23:09
阅读次数:
411
Insert title
herec:out标签的使用可以获取request,session,application的值 parameter的值(得到不了):
---${attr_request} ---${attr_session} ---${attr_applicati...
分类:
Web程序 时间:
2014-05-23 12:24:14
阅读次数:
493
一、 Oracle集群体系结构Oracle RAC,全称是Oracle Real
Application Cluster,即真正的应用集群,是oracle提供的一个并行集群系统,整个集群系统由Oracle Clusterware
(集群就绪软件)和 Real Application Clusters...
分类:
数据库 时间:
2014-05-23 11:33:51
阅读次数:
511
Create a Project with Eclipse
Click New in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next.
Figure 1. The New Android A...
分类:
系统相关 时间:
2014-05-22 11:55:51
阅读次数:
418
通常修改包名时会造成R文件错误,并且有时带有原因不明的Manifest文件中多处文本混乱。
所以,将目前认为最为简洁方便的修改包名流程记录如下:
假设我们目前的包名为com.pepper.util,我们将要把包名修改为com.pp.util
1、点击项目右击——>Android Tools——>rename application package:修改好包名——>点击OK——>点击finis...
分类:
移动开发 时间:
2014-05-20 15:16:01
阅读次数:
469