c/c++ 头文件引用问题include 引用编译器的类库路径下的头文件include “” 引用工程目录的相对路径的头文件include 是编译指令,在编译时,编译器会将相对路径替换成绝对路径,因此,头文件绝对路径=搜索路径+相对路径。Xcode Build Settings 下 Search ....
分类:
其他好文 时间:
2014-07-08 22:57:44
阅读次数:
344
Before Starting(login to spacwalk server)1.Create a base channel within Spacewalk (Channels > Manage Software Channels > Create New Channel)2.systems-...
分类:
其他好文 时间:
2014-07-06 20:53:36
阅读次数:
203
In a fast local area network (LAN) environment, Transmission Control Protocol/Internet Protocol (TCP/IP) Sockets and Named Pipes clients are comparabl...
分类:
其他好文 时间:
2014-07-06 20:39:21
阅读次数:
315
平常难免会经常使用数据库,以前课上学的基本操作也忘得差不多了,今天就结合别的资料总结一下。---------------------------------简历数据库过程--------------------------------------1. 新建一个数据库2. 更改settings...
分类:
数据库 时间:
2014-07-06 19:13:17
阅读次数:
181
1、主题。
File->Settings, 搜索Theme, 点开Appearance, 在右边面板的Theme中选择Darcula。
2、注释快捷键。
File->Settings,搜索keymap,点开Keymap,在右边面板上搜索,找到Other->Fix doc comment,双击,选择Add Keyboard Shortcut,按下你的快捷键。Eclipse中是alt + shi...
分类:
移动开发 时间:
2014-07-06 12:01:24
阅读次数:
226
root@%cd/config/(0到3及rescure文件)root@%cd/var/db/config/(4到49的相关文件)SNMP设置:[editsnmp]communitycardinals{authorizationread-only;clients{10.210.14.0/24;}}链路端口端开后,设备会亮红灯,可以通过如下命令除掉红灯:root#setchassisalarmmanagement-ethe..
分类:
其他好文 时间:
2014-07-05 23:18:45
阅读次数:
285
1.安装django-pagination2.将文件夹pagination复制到项目的根目录下3.修改settings: 1.将'pagination.middleware.PaginationMiddleware', 添加到MIDDLEWARE_CLASSES中。 2.app添加 'pagi...
分类:
其他好文 时间:
2014-07-05 22:12:05
阅读次数:
467
Spring bean通过@Autowired注入,spring auto scan配置,在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。但build项目是能正常运行的。可在File -- Settings -- Inspections。在Spring Model -- A...
分类:
其他好文 时间:
2014-07-05 19:06:55
阅读次数:
185
制作字体过程首先得下载一个位图制作工具Bitmap font generator,可以点击这里下载1、新建txt文件,输入字体里面包含的文字2、保存为utf-8格式:点击文件另存为,选择编码格式为UTF-83、打开下载的bitmap font软件,选择options->font settings,设...
分类:
其他好文 时间:
2014-07-03 19:06:08
阅读次数:
355
Maven安装目录分析? bin:含有mvn运行的脚本? boot:含有plexus-classworlds类加载器框架? conf:含有settings.xml配置文件? lib:含有Maven运行时所需要的java类库? LICENSE.txt, NOTICE.txt, README....
分类:
其他好文 时间:
2014-07-03 13:14:10
阅读次数:
177