情景:在一台真机中运行项目。
提示:Could not change executable permissions on the application.
解决:真机中已经有一个同名的应用。bundle identifier 一样。删掉那个应用就可以了。
参考:http://stackoverflow.com/questions/12547706/could-not-change-execu...
分类:
移动开发 时间:
2014-07-08 14:22:34
阅读次数:
289
Setting up Wifi with the Command LineSIMON MONKThis tutorial works best if your router is broadcasting the SSID. Make sure you have "Broadcast SSID" s...
分类:
Web程序 时间:
2014-07-07 08:56:24
阅读次数:
288
1、下载jocky,解压后把整个文件夹复制到Eclipse的plugin目录。2、重启Eclipse,在项目上点右键,如果出现jocky菜单,则安装成功。3、在项目上点右键,选菜单jocky->jocky setting,弹出菜单后设置如图4、点ok后,将在项目的根目录下生成一个jocky_buil...
分类:
编程语言 时间:
2014-07-07 08:30:59
阅读次数:
283
一、Asp.net 自带Bundle的使用: 1. 在Globale中注册与配置 BundleConfig.RegisterBundles(BundleTable.Bundles);public class BundleConfig { // For more information on Bund...
分类:
Web程序 时间:
2014-07-06 21:32:28
阅读次数:
232
a.选项卡限制问题突破打开的文件选项卡个数限制:默认安装后的phpstorm打开的文件个数是有限制的,默认是10个。也就是最多同时打开10个文件进行编辑。超过10个就会自动关闭前面最先打开的文件。所以我们要修改设置:File>Setting打开设置(快捷键Ctrl+Alt+S)定位到Editor->...
分类:
Web程序 时间:
2014-07-06 16:48:52
阅读次数:
312
如果我们要检测app版本的更新,那么我们必须获取当前运行app版本的版本信息和appstore 上发布的最新版本的信息。当前运行版本信息可以通过info.plist文件中的bundle version中获取:NSDictionary *infoDic = [[NSBundle mainBundle]...
分类:
移动开发 时间:
2014-07-06 15:21:31
阅读次数:
189
今天来按照apidemos提供的方法来实现slow loading的效果.
Main.java
import android.app.ListActivity;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view...
1 2 4 5 usr/local/maven 6 7 true 8 9 false 10 11 false 12 13 14 15 org.codehaus.mojo 16 17 18 19 20 21 ...
分类:
其他好文 时间:
2014-07-05 21:12:11
阅读次数:
170
bundle install 出现 'gem install mysql2 -v '0.3.15' succeeds before bunding '
解决:sudo apt-get install libmysql-ruby '若找不到这个包试试下面到包
参考:http://packages.ubuntu.com/search?keywords=mysql-ruby...
分类:
数据库 时间:
2014-07-03 18:40:10
阅读次数:
241
package com.example.getshareperference;import java.util.ArrayList;import java.util.List;import android.app.Activity;import android.os.Bundle;import an...
分类:
其他好文 时间:
2014-07-02 15:04:02
阅读次数:
197