eclipse C开发添加自己的头文件搜索路径
eclipse编译C程序时提示:
..\src\main.c:8:21: fatal error: my_type.h: No such file or directory
如图:
需要添加自己的头文件的路径:
选中工程再右键点击,选择右键菜单的Propertise:
C/C++ Build -> Settings -...
分类:
系统相关 时间:
2014-09-22 15:58:42
阅读次数:
280
MT8121/8382平台:前几天又遇到一个源码的bug。在10寸平板上,进入设置界面,点击Location(位置)项,右上角Title处会显示一个开关button,用来开关定位服务。但点完Location项再点其他项的时候,button并不会消失。直到你点到Developer(开发者选项),再点击...
分类:
其他好文 时间:
2014-09-22 01:25:01
阅读次数:
419
使用Github管理项目确实有些好处,但删除仓库(repositories)确实不太好找到。首先进入要删除的仓库,点击右下角的“settings”然后拉到页面最下面在danger zone按“delete this repository”,重新输入仓库名称,然后成功删除。
分类:
其他好文 时间:
2014-09-21 16:47:30
阅读次数:
164
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found. Xcode can resolve this issue by downloading...
分类:
其他好文 时间:
2014-09-20 19:20:19
阅读次数:
226
Instructions Install DB Navigator Plugin via menubar >> Settings >> Plugins >> Available-Tab Download MySQL jdbc connector from here >>?http://www.pc6.com/softview/SoftView_99415.html Unpack MySQ...
分类:
数据库 时间:
2014-09-19 19:48:06
阅读次数:
316
错误提醒:The provisioning profile specified in your build settings (“haotian”) has an AppID of “com.basecom.vipose” which does not match your bundle identifier “com.baseus.iTemperature”. Xcode can resolv...
分类:
移动开发 时间:
2014-09-19 17:45:55
阅读次数:
214
在sublime text中将TAB缩进直接转化为4个空格,可以按照如下方式操作:菜单栏: Preferences -> Settings – More -> Syntax Specific – User然后添加设置代码就可以了,文件保存在$Packages/User下{ "tab_size"...
分类:
其他好文 时间:
2014-09-19 15:22:05
阅读次数:
142
ios的本地消息需要用户允许后才可以使用代码如下UIUserNotificationSettings*settings=[UIUserNotificationSettingssettingsForTypes:UIUserNotificationTypeAlert|UIUserNotificationTypeBadge|UIUserNotificationTypeSoundcategories:nil];[[UIApplicationsharedApplication]..
分类:
移动开发 时间:
2014-09-18 19:05:55
阅读次数:
237
settings.py
setting:INSTALLED_APPS 包含以下应用,这些都是由 Django 提供的: django.contrib.auth – 身份验证系统。 django.contrib.contenttypes – 内容类型框架。 django.contrib.session...
分类:
其他好文 时间:
2014-09-18 16:12:04
阅读次数:
178
主要错误原因是因为‘C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys‘ 文件夹下keys被破坏了,修改一下名称就可以了。 该文件夹默认为隐藏,你可以直接在我的电脑里输入...
分类:
其他好文 时间:
2014-09-18 14:58:34
阅读次数:
269