Creating "IOS Project" in xcode 5 causes the following when launching for iPad simulator. The application works for iPhones configuration. I have set ...
分类:
移动开发 时间:
2014-07-22 22:57:34
阅读次数:
257
path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon...
分类:
其他好文 时间:
2014-07-22 22:55:14
阅读次数:
165
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:
其他好文 时间:
2014-07-19 21:20:46
阅读次数:
247
今天配置hbase的时候发现有几台机器的regionserver启不来。报错如下:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeC...
分类:
其他好文 时间:
2014-07-18 22:35:16
阅读次数:
323
AppDelegate.m部分- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWin...
分类:
其他好文 时间:
2014-07-18 21:16:44
阅读次数:
213
很多人的解释都不一样, 我碰到的问题是,开辟的内存空间小于操作的内存空间.也就是说,我free的内存越界了.这是我开辟链表结构体内存的代码: 1 PNODE Create() { 2 int len; //total count of nodes to be created. 3 ...
分类:
移动开发 时间:
2014-07-17 09:57:34
阅读次数:
279
在通过response导出文件数据的时候,不论是txt还是Excel,如果想让其文件名称为中文,解决方案:response.setCharacterEncoding("UTF-8");response.setContentType("application/txt");//“application/vnd.ms-excel”response.setHeader("Content-disposition","p_w_upload;fi..
分类:
其他好文 时间:
2014-07-17 09:21:52
阅读次数:
221
ASP.Net中有两个重要的对象,一个是application对象,一个是session对象。Application:记录应用程序参数的对象,该对象用于共享应用程序级信息。Session:记录浏览器端的变量对象,用来存储跨网页程序程序的变量或者对象。说实话,写了快一年的asp.net,application对象还真没..
分类:
移动开发 时间:
2014-07-17 09:08:35
阅读次数:
245
之前关于OBB的内容:Android上使用native IO最近工作中的问题笔记工作记录[续] android OBB自从用了Java来mount OBB, 再也没有遇到挂载的问题.但最近在LG Nexus5 和LG G2上测试, 发现某个大约30K文件的文件, 一次性读取出来以后, 处理会报错.最...
分类:
其他好文 时间:
2014-07-17 00:58:34
阅读次数:
344
ASP.Net中有两个重要的对象,一个是application对象,一个是session对象。Application:记录应用程序参数的对象,该对象用于共享应用程序级信息。Session:记录浏览器端的变量对象,用来存储跨网页程序程序的变量或者对象。说实话,写了快一年的asp.net,applica...
分类:
移动开发 时间:
2014-07-17 00:37:55
阅读次数:
324