天凡的小窝
百度空间 | 百度首页 
               
 
个人档案
 
arrbo
男, 27岁
河南 郑州 
上次登录:
3天前
加为好友
 
   
 
文章分类
 
 
 
 
 
 
 
 
 
 
     
 
日历
 
     
 
好友最新文章
 
     
 
最新动态
 
   
 
最新照片
 
   
 
RSS订阅
 
用户未订阅RSS信息
   
 
我的搜藏
 
     
 
留言板
 

回复fu:没有
 

老师,竟无意间找到你的博
 
 

早上好,清明节快乐,清明时节雨纷纷,愿朋友天天快乐.
 

你好朋友。。我有点东西能帮我恢复下吗???是TXT文件的。我做完数据恢复后有一部分...
 
     
 
其它
 
已有人次访问本空间
 
订阅RSS  什么是RSS?

您也想拥有这样的空间?请点此申请。
     
 
 
文章列表
 
2009年06月24日 星期三 18:19
为了能够排出满意的文章,系统就得有很多字体文件。我碰到一个做平面设计的朋友,计算机中已经安装了近8G的字体文件,依然喊叫字体不够。
很明显,ubuntu默认的几种字体,可能连普通的文章排版都不够用,有必要为它添加。

对于熟悉系统的人来说,这可能不是个复杂的问题,但对于新手,由于ubuntu默认没有提供一个简单的方法,安装新字体还真有点困难。

通过试验,以下方法被证明在ubuntu 8.04下是可行的:
1、准备字体文件,比如simsun.ttc等。复制到自己的文件夹下的某
 
2009年06月10日 星期三 15:48
    今天看到网易新闻,说工信部要在7月1号开始在新出售的电脑上强制安装所谓的绿色上网软件“路霸”。
果然是路霸啊,不论你家里有没有孩子,不论你买电脑做什么用,此山是我开,此树是我栽,要想从此过,留下三百块。
     现在国内的网站还能看到所谓的色情、淫秽、暴力等不良信息么?涉及此类的信息的网站一经发现就被和协了,试问,还要这破软件干嘛?连世界最大的视频网站youtube都不能访问,还需要些什么?再安装一个软件那不是六个指头挠痒,脱裤子放屁?
 
 
2009年06月10日 星期三 15:13
<?php
/*
author:Tianfan
email:mail.tianfan@163.com
homepage:http://www.tianfan.net
*/
function checkemail($email)/*bool*/{
    if(!preg_match("/^[0-9a-zA-Z_\.]+@[0-9a-zA-Z_\.]+[0-9a-zA-Z]{2,3}$/",$email)){
        return false;
    }
    list($name,$domain)=split("@",$email);
    if(!checkdnsrr($domain,'MX')){
   
 
2009年04月21日 星期二 23:19

<?php
function lingxing($num){
$char="*";
$t=$num*2-1;
for ($i=1;$i<=$num;$i++){
echo str_repeat("&nbsp;",$num-$i);
for($k=0;$k<$i*2-1;$k++){
echo $char;

 
2009年04月09日 星期四 14:31

function ordUTF8($c, $index = 0, &$bytes = null)
{
$len = strlen($c);
$bytes = 0;

if ($index >= $len)
    return false;

$h = ord($c{$index});

if ($h <= 0x7F) {
    $bytes = 1;
    return $h;
}
else if ($h < 0xC2)
    return false;
else if ($h <= 0xDF && $index < $len - 1) {
    $bytes = 2;
 

 
2008年07月09日 星期三 17:00
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal" width="480" height="600" creationComplete="feedRequest.send()">
     <mx:HTTPService
             id="feedR
 
2008年07月09日 星期三 16:58
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="320" height="200">
<mx:Style>
     ToolTip{
         width:50;
         color:#ff0000;
    
 
2008年07月09日 星期三 16:56
private function doDClickTab(event : MouseEvent) : void {
var type:String = getQualifiedClassName(event.target);
if(type == "mx.controls.tabBarClasses::Tab" ){
CanvasManager.doClose(tb.selectedChild);//这一句是关闭当前tab对象
}

}
 
2008年07月07日 星期一 15:38

<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/08/20/formatting-a-flex-datagrid-control-using-a-custom-item-renderer/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="ve

 
2008年07月07日 星期一 15:29

<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/08/30/toggling-resizable-columns-in-a-flex-datagrid-control/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="horizontal"

 
2008年07月07日 星期一 14:36
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
   layout="vertical"
   verticalAlign="middle"
   backgroundColor="white">
<mx:Script>
<![CDATA[
   import mx.utils.ObjectUtil;
   private function index_sortCompareFunc(itemA:Object, item
 
2008年07月07日 星期一 13:53

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
   <mx:XML id="xmlDP">
   <node>
      <node label="1.a" />
      <node label="1.b" />
      <nod

 
2008年07月04日 星期五 16:12
<?xml version="1.0"?>
<!-- events/MultipleEventHandlers.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script><![CDATA[
        private function openEvt():void {
            forChange.text="";
        }

     
 
2008年07月04日 星期五 16:07

<?xml version="1.0"?>
<!-- events/AccessingCurrentTarget.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script><![CDATA[
        import mx.controls.Alert;

        private function myEventHandler(e:Event):void {
            Alert.show

 
2008年07月04日 星期五 15:15
<?xml version="1.0"?>
<!-- mxml/CSSExample.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Style>
        .myClass { color: Red } /* class selector */
        Button { font-size: 18pt} /* type selector */
    </mx:Style>

    <mx:Panel title="My Application
 
     
 
最近访客
 
 

Mcelead

lifeon

zj_125119

senese

crskyoem

mijackao

yuffie_ture

sheng_fang
     


©2009 Baidu