Linux下字体查看:#fc-list :lang=zh字体更改:首先找到相应的字体库:simsun.ttf 宋体#mkdir -p /usr/share/fonts/truetype //创建相应的存放路径#cp simsun.ttf /usr/share/fonts/truetype/ //将下...
分类:
系统相关 时间:
2015-04-17 15:21:36
阅读次数:
226
禁用ie9滤镜:root .concentration .left .content ul li .fc,:root .concentration .left .content ul li .try-btn {filter:none;}background:rgba(255, 155, 37, 0....
分类:
其他好文 时间:
2015-04-15 16:59:26
阅读次数:
122
需求unity3d的3d开发环境中,原生自带了Navigation的组件,可以很便捷快速的实现寻路功能。但是在原生的2d中并没有相同的功能。现在国内很多手机游戏都有自动寻路的功能,或者游戏中存在一些例如机器人、npc等,都需要自动寻路的功能。我需要实现的功能类似于当年FC游戏中淘金者的运动方式。游戏...
分类:
编程语言 时间:
2015-04-15 00:41:27
阅读次数:
259
客户端:package com.example.fc.activity;import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Conte...
分类:
移动开发 时间:
2015-04-13 16:43:58
阅读次数:
199
#-*-coding:utf-8-*-
import ch
ch.set_ch()
import matplotlib.pyplot as plt
decisionNode = dict(boxstyle = "sawtooth",fc="0.8")
leafNode = dict(boxstyle="round4",fc = "0.8")
arrow_args = dict(ar...
分类:
其他好文 时间:
2015-04-13 12:54:29
阅读次数:
312
到 2004 年上半年,淘宝决定更换开发语言,将PHP更改为JAVA; 到07年,淘宝已经用上了 IBM 的小型机、Oracle 的数据库、EMC 的存储 第四章 07年之后,淘宝就开始了真正的壮大之路,走上了创造技术的大道; 07年之前...
分类:
其他好文 时间:
2015-04-11 19:12:17
阅读次数:
136
原文同步至 当我尝试在 switch 语句使用 String 参数时(注意`ctrType`为字符串) switch (ctrType) { case "01" : exceptionType = "读FC参数数据"; break; case "03" : exceptionType = "读FC保存的当前表计数据...
分类:
编程语言 时间:
2015-04-10 22:39:35
阅读次数:
207
原文同步至 http://www.waylau.com/java-switch-use-string/当我尝试在 switch 语句使用 String 参数时(注意ctrType为字符串) switch (ctrType) {
case "01" :
exceptionType = "读FC参数数据";
break;
case "03" :...
分类:
编程语言 时间:
2015-04-10 22:10:58
阅读次数:
128
最近做一个Exchange2010迁移的项目,要全新搭建一台Exchange2010MBX服务器,在部署完成服务器以后出现以下报错查看服务器日志里面有以下报错该日志可以看到有一个指向F盘的路径。在第一次部署服务器的时候,Exchange程序文件路径指的是F:\ProgramFiles\Microsoft\ExhcangeServe..
分类:
其他好文 时间:
2015-04-09 20:06:13
阅读次数:
147
首先打开zendstudio编辑器:直接上代码: ?1234567891011121314151617181920212223 0) { $filename = $save_path . ‘/‘ . uniqid() . ‘.jpg‘; $handle = fopen($filename, ‘w+‘); fwrite($handle, $postdata); fc...
分类:
Web程序 时间:
2015-04-09 12:17:06
阅读次数:
145