取得windows下/windows/fonts的所有字体文件。sudo mkdir /usr/share/fonts/winfontunder /windows/fonts :sudo cp aria* /usr/share/fonts/winfont/sudo cp verdan* /usr/share/fonts/winfont/sudo cp sim* /usr/share/fonts/w
原创 2009-03-20 07:51:12
5061阅读
1评论
同事的debian lenny 安装好之后,不能显示中文,locale显示的结果都是en_US.UTF-8 一开始是以为没有安装字体。执行apt-get install ttf-arphic-uming 安装个字体后也不行 后执行dpkg-reconfigure locales,选择默认编码为en_US,问题解决。 记录下,以备下次忘了来找。嘿  
原创 2011-07-25 15:14:45
328阅读
从Debian的官方网站下载(网络安装版的ISO镜像): // http://www.debian.org/    debian-500-i386-netinst.iso   // http://www.debian.org/ debian-500-i386-netinst.iso 设置网络
转载 精选 2010-08-03 20:51:32
647阅读
称号:序列,在前面的每个元件的至少两倍,最大值至n。问:长l船舶有许多这样的。分析:dp,LIS类别似事。 状态:f(i,j)结束数字为j且长度为i的序列的个
转载 2015-08-24 09:10:00
40阅读
2评论
    apt-get install xfonts-wqy dpkg-reconfigure locales   选择中文各类编码和英文utf8  环境为en_US.U
原创 2011-05-09 12:27:03
508阅读
换了主板,网卡的MAC地址也变了,Debian lenny找不到网卡了。可以编辑下面文件: vi /etc/udev/rules.d/70-persistent-net.rules 修改MAC地址为新的网卡地址: # PCI device 0x10ec:0x8139 (8139too) SUBSYSTEM=="net", ACTION=="add&quot
原创 2011-12-22 13:17:15
1059阅读
#include<iostream> //AC#include<cstring>#include<stdio.h>using namespace std;long long dp[12][2002],s; //这里要注意是长整形 int main(){ int t,n,m; cin>>t; for(int id=1;id<=t;++id) { cin>>n>>m; memset(dp,0,sizeof(dp)); fill(dp[1]+1,dp[1]+m+1,1); for(int i=2;i<=n;++i)
转载 2011-07-04 18:28:00
38阅读
$ vim /ect/apt/sources.list------#北邮#deb [url]ftp://openware.byr.edu.cn/pub/mirror/debian/debian[/url] lenny main non-free contrib#deb-src [url]ftp://openware.byr.edu.cn/pub/mirror/debian/debian[/url]
原创 2009-03-08 15:47:30
7560阅读
1评论
Lenny likes to play the game of lotto. In the lotto game, he picks a list of N unique numbers in the range from 1 to M. If his list matches the list o
转载 2017-09-27 21:06:00
100阅读
2评论
    debian lenny 5.0 源 & 网络配置 & c++开发环境配置       在终端执行命令      备份当前的源列表,以便日后需要时恢复:      sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup   编辑源列表      Ubuntu 和debian
转载 精选 2012-10-24 12:25:17
800阅读
一直在debian etch(升级为2.6.24内核)系统上使用VMware Server 1.0.x产品,vmware的安装和配置脚本很成熟稳定,这里也不多说了。但在lenny出来后(2.6.26内核),内核与1.0.x不兼容。折腾了一段时间才配置好,主要原因是自己水平太低,相关的中文资料又太少。闲话少说,这里给出安装步骤。1.debian lenny(2.6.26-1-amd64)2.VMwa
原创 2009-03-26 11:19:51
1574阅读
1评论
Lenny Delligatti基于模型的系统工程和SysML讲座录像
原创 2022-06-15 05:53:22
53阅读
上上次介绍了在debian lenny上安装并使用VMware Server 1.0.8的方法.也是可以用在最新的VMware Server 1.0.9的,只是后来看到在执行vmware-config.pl时提示某个模块是VMware Server 1.0.0的, 觉得奇怪。后来想想也正常,因为那个补丁名中包含5.5.7,估计是从VMware Station-5.5.7中抠出来的。所以这次换个新的
原创 2009-04-18 16:35:58
1120阅读
Lenny Delligatti--基于模型的系统工程和SysML: 自动一致性以及快速应答”讲座实录;北京9月19-20日软件需求设计UML全程实作公开课
原创 2022-11-30 10:18:25
128阅读
Lockheed Martin公司的高级系统工程师,作为位于休斯敦的约翰逊航天中心的MBSE领导,他为NASA的任务控制中心:21世纪(MCC-21)项目创建了SysML模型。
原创 2022-12-29 13:01:18
262阅读
# deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 DVD Binary-1 20090214-16:54]/ lenny contrib maindeb [url]http://debian.lcs.mit.edu/debian/[/url] lenny main contribdeb-src [url]http://debia
原创 2009-02-16 20:47:05
1059阅读
原作者:悠乐 deb http://ftp.us.debian.org/debian/ lenny main deb http://ftp.us.debian.org/debian/ lenny contrib deb http://ftp.us.debian.org/debian/ lenny non-free deb http://ftp.us.debian.org/debian/ t
转载 精选 2011-04-02 09:48:05
1966阅读
// // LKTitleBtn.m // 01-彩票 // // Created by Lenny on 3/17/15. // Copyright (c) 2015 Lenny. All rights reserved. // #import "LKTitleBtn.h" #import <Av
转载 2017-06-01 09:43:00
84阅读
2评论
//// ViewController.m// 01-抖动//// Created by Lenny on 3/16/15.// Copyright (c) 2015 Lenny. All rights reserved.//#import"ViewController.h"#define angl...
转载 2016-01-19 11:38:00
187阅读
2评论
Linux是Debian lenny 测试版本。首先要编辑/etc/apt/source,添加网络镜像以下载最新的包。例如:deb http://ftp.gtlib.gatech.edu/debian/ lenny main contrib non-free deb-src http://ftp...
转载 2008-09-13 04:30:00
87阅读
2评论
  • 1
  • 2
  • 3
  • 4