Stuart ONE

          我有一頭小毛驢,我從來也不騎……

           

          2006年3月21日

          Using anti-alias

          set anti-alias for graphics:
          g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
          RenderingHints.VALUE_ANTIALIAS_ON);


          set anti-alias for components:
          // Making a JTextArea use anti-Alias fonts
          // only works in JDK 1.5+
          jtextArea.putClientProperty(
          com.sun.java.swing.SwingUtilities2.AA_TEXT_PROPERTY_KEY,
          Boolean.TRUE ); 

          posted @ 2006-06-25 21:28 Stuart 閱讀(400) | 評(píng)論 (0)編輯 收藏

          刪除某路徑下所有某后綴名的文件

          ??? $? find . -name \*.NAME -exec rm '{}' \;

          posted @ 2006-04-12 13:04 Stuart 閱讀(307) | 評(píng)論 (0)編輯 收藏

          mysql backup & restore command, AS IF..... -_-#

          Backup:
          mysqldump?-u?USERNAME?-p?DBNAME?>?OUTPUT.dump

          Restroe:
          mysql?-u?USERNAME?-p DBNAME <?OUTPUT.dump


          posted @ 2006-03-27 16:46 Stuart 閱讀(290) | 評(píng)論 (0)編輯 收藏

          The vista fonts

          I added the vista fonts into my laptop, i like the corbel font, and the numbers are cute:-)

          Here's the steps:(In fact im still quite confused abt the setting fonts in debian...#*(&%#$...and i think these steps isn't the right way although it works)

          1. put the vista fonts in a folder and put the folder into /usr/share/fonts/truetype/
          2. add these in the ~/.fonts.conf
          <match?target="font">
          ???
          <test?name="family">
          ???
          <string>Calibri</string>
          ???
          <string>Cambria</string>
          ???
          <string>Candara</string>
          ???
          <string>Consolas</string>
          ???
          <string>Constantia</string>
          ???
          <string>Corbel</string>
          ???
          </test>
          ?
          <edit?name="autohint">
          ???????
          <bool>true</bool>
          ???
          </edit>
          </match>
          3.now u can choose ur fonts in the gnome.....

          PS: for step 1, i think put the vista folder in the ~/.fonts/ directory is ok too....(i never tried)

          posted @ 2006-03-25 12:09 Stuart 閱讀(247) | 評(píng)論 (0)編輯 收藏

          create user in MySQL 5.0

          The create user command:
          mysql> CREATE?USER?yy?IDENTIFIED?BY?'123';

          grant:
          mysql> GRANT?ALL?PRIVILEGES?ON?*.*?TO?'user'@'host' [ IDENTIFIED BY'password' ];

          flush:
          mysql> flush?privileges;

          now u can login with:
          $ mysql -u username -p

          posted @ 2006-03-21 22:21 Stuart 閱讀(2762) | 評(píng)論 (0)編輯 收藏

          導(dǎo)航

          統(tǒng)計(jì)

          公告

          常用鏈接

          留言簿(3)

          隨筆分類

          隨筆檔案

          文章分類

          相冊(cè)

          BlogRoll

          Tech websites

          搜索

          積分與排名

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          主站蜘蛛池模板: 云林县| 渭南市| 正镶白旗| 开化县| 壤塘县| 安丘市| 亳州市| 景泰县| 铜陵市| 许昌市| 贵南县| 邳州市| 绥滨县| 溧阳市| 郸城县| 龙泉市| 饶河县| 右玉县| 普洱| 来宾市| 通河县| 星子县| 金秀| 昭觉县| 平潭县| 屏东市| 岳池县| 准格尔旗| 鄄城县| 兴海县| 绩溪县| 博乐市| 新邵县| 二连浩特市| 舒兰市| 新密市| 南川市| 汉源县| 都匀市| 乃东县| 志丹县|