1.在windows中找一个自己喜欢的字体(C:\Windows\Fonts)或者去网上下载一个2.将字体上传到zabbix的web相关目录的fonts目录下(我的zabbix的web相关的文件都在/var/www/html/zabbix/fonts)3.修改zabbix页面管理的中文字体设置vi ...
分类:
其他好文 时间:
2014-08-09 18:20:18
阅读次数:
274
设备像素,就是我们直觉上觉得"靠谱"的像素,这些像素为所使用的各种设备提供了正规的分辨率,并且其值可以通过(通常情况下)从screen.width/height属性中读出;css像素,就是css自定义的像素,需要注意的是css像素与设备像素不是一回事;如何获取屏幕的尺寸:可以通过使用screen.w...
分类:
移动开发 时间:
2014-08-09 15:32:08
阅读次数:
1698
1.查看linux系统版本及内核;[root@LAMPtools]#uname-r
2.6.32-431.3.1.el6.x86_642.创建用户名和组;[root@LAMP~]#groupaddzabbix
[root@LAMP~]#useradd–gzabbixzabbix3.创建新目录;[root@LAMP~]#mkdir/root/tools
[root@LAMP~]#mkdir/etc/zabbix
[root@LAMP~]#chown–Rzabb..
分类:
系统相关 时间:
2014-08-09 02:48:37
阅读次数:
528
i have such a long time fall in love with ubuntu , but i found it's much unconfortable for me with a lenovo y460n , that owning a intel display card a...
分类:
其他好文 时间:
2014-08-08 23:39:17
阅读次数:
379
可以在 链接样式中,直接写屏幕的宽度@media screen and (max-width:1880px) { #minm .autocw { width: 1180px; }}@media screen and (max-width:1250px) { #minm .autocw { w...
分类:
Web程序 时间:
2014-08-08 20:54:26
阅读次数:
251
winform当前的屏幕除任务栏外的工作域大小this.Width=System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width;this.Height=System.Windows.Forms.Screen.PrimaryScreen.Wo...
系统版本:centos6.5内核版本:2.6.32-358.el6.x86_64yum安装LAMP环境;yuminstall-ygccgcc-c++httpdhttpd-develmysqlmsql-servermysql-develphpphp-mysqlphp-commonphp-gdphp-mbstringphp-mcrtptphp-develphp-xmlphp-bcmathlibcurl-develnet-snmp-devel2.添加用户及组;groupa..
分类:
其他好文 时间:
2014-08-08 02:08:46
阅读次数:
423
Libgdx中有个类Actions, 从它开始顺藤摸瓜就能把哪些简单的Action快速掌握见代码: 1 public class ActionTestScreen implements Screen,InputProcessor{ 2 private Stage stage; 3 p...
分类:
其他好文 时间:
2014-08-06 22:05:22
阅读次数:
309
直接摆代码:1 public class MainGame extends Game{2 @Override3 public void create() {4 this.setScreen(new ScreenOne());5 }6 }代码中ScreenOne...
分类:
其他好文 时间:
2014-08-06 18:34:11
阅读次数:
304
最近在学Webx框架, 在了解webx的工作流程后, 必须要会使用自带的接口和类常用的Navigator 这个接口中只有两种类型的方法, 及重定向与转发, 一般用在screen包下的类(注意:screen类名称要对应screen页面的名称)@FormGroup 用来标识一个参数,使之从form s....
分类:
Web程序 时间:
2014-08-06 18:00:31
阅读次数:
379