linux 支持的语言列表配置文件
/usr/share/system-config-language/locale-list;系统配置工具基于图形及命令行文本格式
system-config-language;kickstart文件里的%packages 部分列出所支持的语言的支持软件包组;%p....
分类:
其他好文 时间:
2014-05-16 20:28:27
阅读次数:
272
rewriter配置nginx.conf配置 server { listen 80;
server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite
^/projects/BookLib...
分类:
其他好文 时间:
2014-05-16 19:46:26
阅读次数:
316
=-=最近简直忙疯了.....两眼泪汪汪的...一个星期又磨磨蹭蹭的刷了一套1.java_c题1 Java vs C++【问题描述】
Java和C++两种语言的辩手都可以相互争论数小时去证明他们的编程语言是最好的。用Java的人将告诉人们,他们的程序更加清楚且不容易犯错,而用C++的人会嘲笑...
分类:
其他好文 时间:
2014-05-14 01:53:39
阅读次数:
318
一、在windows进行socket编程注意:必须添加#pragma
comment(lib,"ws2_32.lib"),该库。或者(vs 2010)在:项目>属性->配置属性->链接器->输入
ws2_32.lib:附加依赖项中加入要链接的库即可。ws2_32.lib库对应ws2_32.dll,提...
分类:
其他好文 时间:
2014-05-13 21:42:16
阅读次数:
374
虚继承和虚基类 虚继承:在继承定义中包含了virtual关键字的继承关系;
虚基类:在虚继承体系中的通过virtual继承而来的基类,需要注意的是:class CSubClass : public virtual CBase {};
其中CBase称之为CSubClass的虚基类,而不是说CBa.....
分类:
其他好文 时间:
2014-05-13 18:15:46
阅读次数:
435
Non woven bags business conditions in the production process often appear to expand production scale, shorten the production cycle to produce more products, market share, in fact, corporate profits No...
分类:
其他好文 时间:
2014-05-13 15:39:48
阅读次数:
272
原题:
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of th...
分类:
其他好文 时间:
2014-05-13 14:12:41
阅读次数:
342
在Centos6.5中发现,安装了Gnome桌面的回收站在~/.local/share/Trach
分类:
其他好文 时间:
2014-05-13 04:54:14
阅读次数:
179
autofs自动挂载服务需求:把下面这两条命令做成自动挂载172.16.2.6:/share/soft/share/soft172.16.2.6:/share/iso/share/iso客户端:1、#mkdir/share(挂载点)2、#vim/etc/auto.master/share/etc/auto.share--后面这个文件不存在,自定义的名字3、#vim/etc/auto.sharesoft-172..
分类:
其他好文 时间:
2014-05-13 02:06:56
阅读次数:
388
CGContextAddArc :
红线是我们想要画的, sA 是startAngle,
eA 为 endAngle,
r 是半径,
x 和 y 对应参数中的 x 和 y.
如果有前置点,方法将画一条从该点到狐的起点,除非你非常小心,不然这条线不会和弧线同一个方向。
CGContextAddArcToPoint :
...
分类:
其他好文 时间:
2014-05-12 23:09:03
阅读次数:
430