问题现状描述:
如何在PCB中放置单位的 LOGO (单位徽标)?
处理问题方法:
1. 把LOGO 保存成 单色的 BMP 图像.
2. 在PCB 界面下使用 Open\file 命令打开文件”C:\Program Files\Altium Designer 6\Examples\Scripts\Delphiscript Scripts\Pcb\...
分类:
其他好文 时间:
2014-07-22 23:01:54
阅读次数:
389
文件存储的用途:
A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:
移动开发 时间:
2014-05-05 13:01:21
阅读次数:
339
前提条件:(1) zabbix服务器端已经成功安装并且运行。(2) zabbix客户端已经成功建立并且运行。1 下载并且安装msmtp软件Wget http://sourceforge.net/projects/msmtp/files/msmtp/1.4.32/msmtp-1.4.32.tar.bz2/download tar jxvf msmtp-1.4.32.tar.bz2cd msmtp-1...
分类:
其他好文 时间:
2014-05-05 12:52:39
阅读次数:
597
以jlink烧录3515为例:
1\在jlink安装目录“C:\Program Files\SEGGER\JLinkARM_V426b”建立批处理文件“HI3515烧写.bat”
2\"HI3515烧写.bat"内容如下:
jlink.exe jlinkbat.txt
3\在同目录下建立“jlinkbat.txt”文件,内容如下:
r
speed 3000k
...
分类:
其他好文 时间:
2014-05-04 00:26:19
阅读次数:
424
1.编译kernel进入源码根目录make defconfig
//这一步生成了默认的内核配置,请参考make help生成的信息。make //这一步生成了bzImage2.制作根文件系统dd if=/dev/zero
of=rootfs.img bs=1M count=10 //生成了rootf...
分类:
系统相关 时间:
2014-05-03 23:59:39
阅读次数:
592
由于没有源码,想改dll,就要依靠反汇编了。输入 ildasm.exe据说也可以直接
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin 找到该软件在把 dll 扔进去 ,点击文件 --转储默认
utf8 ,点击确定,弹出保存对话框,建议放在某个磁盘下...
分类:
其他好文 时间:
2014-05-03 23:07:21
阅读次数:
481
var Item1: TListViewItem;begin Item1 :=
ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;//
Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:
移动开发 时间:
2014-05-03 22:34:33
阅读次数:
547
1.首先下载log4e插件,放入myeclipse10的安装目录D:\Program Files (x86)\myEclipse10\MyEclipse Blue Edition 10\dropins下,新建文件夹log4e,将下载的log4e的插件放入,新建log4e.link文件,写入path=D:/Program Files (x86)/myEclipse10/MyEclipse Blue ...
分类:
其他好文 时间:
2014-05-02 23:17:55
阅读次数:
349
在cmd窗口或者开始→运行中输入下面两个命令:
Regsvr32 C:\Program Files (x86)\Environment.dll
或
Regsvr32 C:\\Program Files (x86)\\Environment.dll
均提示下面的错误:
RegSvr32
[Content]
模块“C:\ProgramFiles(x86)\Environment.dll”...
分类:
其他好文 时间:
2014-04-30 22:38:38
阅读次数:
239
public function index(){
header('Content-Type:text/html;charset=utf-8 ');
$M = M("Constant");
$count = $M->where($where)->count();
import("ORG.Util.Page"); // 导入分页类
...
分类:
Web程序 时间:
2014-04-30 22:27:39
阅读次数:
343