o modify the badge under ios8 you have to ask for permissions let settings = UIUserNotificationSettings(forTypes: UIUserNotificationType.Badge, cat...
分类:
移动开发 时间:
2014-09-15 15:31:19
阅读次数:
212
在sublime text中将TAB缩进直接转化为4个空格,可以按照如下方式操作:菜单栏: Preferences -> Settings – More -> Syntax Specific – User然后添加设置代码就可以了{ "tab_size": 4, "translate_ta...
分类:
其他好文 时间:
2014-09-14 22:01:17
阅读次数:
245
如果已安装旧版,先卸载,然后在安装新版本; 安装完毕后,打开Unity,在Build Settings中设置: Import the Visual Studio Tools Unity package You can import it like a standard asset package. ...
分类:
其他好文 时间:
2014-09-12 20:34:54
阅读次数:
268
找到路径: %APPDATA%\syntevo\SmartGit\然后删除:settings.xml再重新打开smartgit 就可以了
分类:
其他好文 时间:
2014-09-12 16:35:33
阅读次数:
271
试试这个,能解决国内访问Google服务器的困难启动 Android SDK Manager ,打开主界面,依次选择「Tools」、「Options...」,弹出『Android SDK Manager - Settings』窗口;在『Android SDK Manager - Settings』窗...
分类:
移动开发 时间:
2014-09-12 01:12:02
阅读次数:
229
平时在搭建环境的时候,经常会有防火墙(iptables)的配置, 现整理成脚本,方便执行 #!?/bin/bash
?
#----?settings?rules?-----------
iptables?-F
iptables?-X
iptables?-t?nat?-F
iptables?-t?nat?-...
分类:
系统相关 时间:
2014-09-11 11:27:02
阅读次数:
296
一、环境配置步骤:下载安装code::blocks;下载安装MinGW;在complier settings中, Toolchain executables选择MinGW的安装路径。完成安装。二、所需工具下载:code::blocks:百度codeblocks下载应用;MinGW:下载链接。
因为需要配置固定IP,在网上找了很久终于找到一个可行的例子,自己配置成功了。1.首先获取你的GATEWAY 方便后面在cento系统配置里使用选取菜单栏:Edit->Virtual Network Editor 选择VMnet8,点击NAT Settings查看一下GATEWAY地址:此处的Gate...
分类:
其他好文 时间:
2014-09-10 13:54:40
阅读次数:
268
1 修改jenkins的根目录,默认地在C:\Documents and Settings\AAA\.jenkins 。.jenkins├─jobs│ └─JavaHelloWorld│ ├─builds│ │ ├─2011-11-03_16-48-17│ │ ├─2011-11-03_16-49-...
分类:
其他好文 时间:
2014-09-09 19:53:29
阅读次数:
261
第一步:定义所需的字符string.xml<?xmlversion="1.0"encoding="utf-8"?><resources><stringname="app_name">Calculator</string><stringname="action_settings">Settings</string><stringname="hello_world">Helloworld!</strin..
分类:
移动开发 时间:
2014-09-09 13:47:29
阅读次数:
406