Tao

          Tao obeys its own inherent Nature

          2008年3月5日

          搬到了: http://theantway.com
          posted @ 2011-11-08 13:43 wade 閱讀(209) | 評論 (0)編輯 收藏
          Ubuntu 11.04
          libxml2-2.7.8

          網上找了一些辦法都不能用,最后直接打開configure 文件,找到$RM "$cfgfile", 替換為 $RM -f "$cfgfile", 說白了就是出錯了也不要停,繼續執行。再運行configure, 成功
          posted @ 2011-06-02 10:15 wade 閱讀(1323) | 評論 (0)編輯 收藏

          When I try to use URLConnection to check if a url is accessible using the following code:

          try {
              URL url = new URL("http://169.254.169.254/latest");
          
              URLConnection connection = url.openConnection();
              connection.setConnectTimeout(5000);
              connection.connect();
              System.out.println("Connected successfully using url");
          } catch (IOException e) {
                  e.printStackTrace();
          }
          

          I expected the behavior is: connect should be success if the host is reachable, else throw exception. It works fine without the anti-virus application, but always print “connected successfully” even the host is not reachable.

          Then I tried to use Socket to connect:

          Socket socket = new Socket();
          socket.connect(new InetSocketAddress("169.254.169.254", 80));
          if (socket.isConnected()) {
              System.out.println("Connected successfully using socket");
          } else {
              System.out.println("Connected failed using socket");
          }
          
          

          But Still got the same problem.

          The solution for it:

          Disable http check in anti-virus, for example, in ESET NOD32, the settings is Web access protection -> Http, Https -> Http scanner

          ESET_http_connection_always_success

          posted @ 2009-07-15 13:30 wade 閱讀(465) | 評論 (0)編輯 收藏

          Preview support edit images, but the menu item is disabled by default when I open an image file. I thought it was because the Preview does not support this kind of file type. Recently, when I try to find a simple image editor only for add some text, oval or rectangle, I found that the Preview support it perfectly.

          After customized the toolbar, the buttons enabled, and it’s very easy to add comments, but the menu item still disabled.

          The following is what I found about how to customize the toolbar from the Preview Help.

           

          Adding text to an image

          You can add text to an image to describe what’s in it or when the image was created.

          After you save the image, you can’t edit, move, or delete any text you added to it. If you think you’ll need to edit the text, convert the image to a PDF document, and then add notes to the PDF document. Notes added to a PDF document can be edited after they’re saved.

          To add text to an image:

          1. If the Annotate pop-up menu isn’t in the toolbar, choose View > Customize Toolbar and drag the Annotate pop-up menu to the toolbar.
          2. Choose Note from the Annotate pop-up menu in the toolbar.
          3. Drag over the area where you want the text to appear.
          4. Enter your text.

          Before you save the image, you can move, resize, edit, or delete the text. First choose Text Annotation from the Annotation pop-up menu in the toolbar. Then to edit the text, double-click it. To delete the text, click it so resize handles appear, and then press Delete.

          posted @ 2009-07-14 10:49 wade 閱讀(559) | 評論 (0)編輯 收藏
               摘要: 快速生成程序代碼, 比如Struts, Spring, Jdbc/Hibernate所有前后臺的代碼.
          支持Mysql, 以及支持Ado連接的數據庫.
          支持批量生成部分/全部模板, 保存選中的模板到Working Set
          使用Javascript作為模板腳本語言  閱讀全文
          posted @ 2008-03-05 13:28 wade 閱讀(4582) | 評論 (18)編輯 收藏

          導航

          <2008年3月>
          2425262728291
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          統計

          常用鏈接

          留言簿(7)

          隨筆分類

          隨筆檔案

          相冊

          Photo

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 巴南区| 东乡| 娄烦县| 梧州市| 连城县| 鹤山市| 德江县| 定西市| 工布江达县| 龙游县| 忻州市| 宜兰市| 喜德县| 曲阜市| 永安市| 图木舒克市| 和硕县| 新龙县| 湘西| 穆棱市| 工布江达县| 岳西县| 南川市| 新河县| 孙吴县| 徐闻县| 富顺县| 谢通门县| 山阴县| 诸城市| 珠海市| 岐山县| 修文县| 祥云县| 温泉县| 越西县| 嵊泗县| 耿马| 余庆县| 铜山县| 两当县|