锘??xml version="1.0" encoding="utf-8" standalone="yes"?>国产精品一区二区久久精品涩爱,丁香色欲久久久久久综合网,亚洲欧洲精品成人久久奇米网http://www.shnenglu.com/biao/category/9974.html 鎴戜笉鑱槑錛屼絾鎴戜細寰堝姫鍔?/description>zh-cnThu, 24 Oct 2013 03:46:29 GMTThu, 24 Oct 2013 03:46:29 GMT60Java錛歁avericks閲屽畨瑁匤ava 6http://www.shnenglu.com/biao/archive/2013/10/23/203892.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Wed, 23 Oct 2013 15:56:00 GMThttp://www.shnenglu.com/biao/archive/2013/10/23/203892.htmlhttp://www.shnenglu.com/biao/comments/203892.htmlhttp://www.shnenglu.com/biao/archive/2013/10/23/203892.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/203892.htmlhttp://www.shnenglu.com/biao/services/trackbacks/203892.htmlhttp://medievalcode.com/blog/2013/08/29/osx-mavericks-you-need-a-java-6-runtime-to-run-x-error-dialog-fix/ @import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>
Mac錛氭庝箞鍦?Mac 涓嬫妸鐧懼害緗戠洏鏄犲皠鍒板彟涓涓枃浠跺すhttp://www.shnenglu.com/biao/archive/2013/09/09/203123.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Mon, 09 Sep 2013 14:54:00 GMThttp://www.shnenglu.com/biao/archive/2013/09/09/203123.htmlhttp://www.shnenglu.com/biao/comments/203123.htmlhttp://www.shnenglu.com/biao/archive/2013/09/09/203123.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/203123.htmlhttp://www.shnenglu.com/biao/services/trackbacks/203123.html鑳屾櫙錛?/span>@import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
渚嬪鐧懼害浜戝瓨鍌ㄧ殑璺緞鏄?nbsp;/Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏錛岃礬寰勪腑鏈変腑鏂囧瓧絎︺?/div>
鏈変竴涓?Qt 宸ョ▼鍙?QtTest 瀛樺偍鍦?nbsp;鐧懼害浜戝悓姝ョ洏 閲岄潰: /Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏/QtTest
鍥犱負 Qt 宸ョ▼ QtTest 鐨勮礬寰勪腑鏈変腑鏂囧瓧絎︼紝鎵浠?QtCreator 鏄笉鑳界紪璇戣繖涓?Qt 宸ョ▼鐨勩?/div>

浜庢槸鎴戜滑灝辨兂鎶婅繖涓?span style="background-color: #ccffcc; ">鍚湁涓枃鐨勮礬寰勬槧灝勫埌涓涓病鏈変腑鏂囩殑璺緞錛屼緥濡?/Users/Biao/BaiduYun錛?/div>
淇敼榪欎袱涓洰褰曚腑鐨勪換浣曚竴涓洰褰曢噷鐨勬暟鎹紝鍙︿竴涓洰褰曚細鑷姩鍚屾錛屼絾鏄礬寰勫嵈涓嶄竴鏍楓?/div>

寰堝涓嶆敮鎸佽礬寰勪腑鏈変腑鏂囩殑杞歡涔熷彲浠ヤ嬌鐢ㄦ鏂規硶瑙e喅銆?/div>

濡傛灉鍦?Linux 涓婂垯寰堝ソ瑙e喅錛屼嬌鐢?mount --bind source_directory destination_directory 鍒欏氨瀹屾垚浜嗐?/div>
浣嗘槸鍦?Mac 涓婂嵈涓嶆敮鎸佽繖涓懡浠わ紝涓嶈繃鎴戜滑鍙互鐢ㄤ笅闈袱涓皬紼嬪簭鏉ュ垱寤哄拰鍒犻櫎鏂囦歡澶圭殑紜摼鎺ャ?/div>

涓銆佸垱寤烘枃浠跺す鐨勭‖閾炬帴
#include <unistd.h>
#include <stdio.h>

// Build: gcc -o hlink hlink.c -Wall

int main(int argc, char *argv[]) {
    printf("Usage: assume the program name is hlink\n");
    printf("sudo ./hlink source_directory destination_directory\n");

    if (argc != 3) return 1;

    int ret = link(argv[1], argv[2]);

    if (ret == 0) {
        printf("\n");
        printf("****** Create hard link successful ******\n");
    } else {
        perror("link");
    }

    return ret;
}

1. 鍦ㄧ粓绔噷浣跨敤鍛戒護緙栬瘧紼嬪簭錛岀敓鎴愬彲鎵ц鏂囦歡 hlink錛?/div>
gcc -o hlink hlink.c -Wall

2. 鍒涘緩 /Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏 鐨勭‖閾炬帴 /Users/Biao/BaiduYun 
(棣栧厛BaiduYun榪欎釜鐩綍鏄笉瀛樺湪鐨勶紝鏄湪鎵ц涓嬮潰鍒涘緩紜摼鎺ョ殑鍛戒護鍚庤嚜鍔ㄧ敓鎴愮殑)
 ./hlink /Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏 /Users/Biao/BaiduYun

浜屻佸垹闄ゆ枃浠跺す鐨勭‖閾炬帴
#include <stdio.h>

// Build: gcc -o hunlink hunlink.c

int main(int argc, char *argv[]) {
    printf("Usage: assume the program name is hunlink\n");
    printf("sudo ./hunlink destination_directory\n");

    if (argc != 2) return 1;

    int ret = unlink(argv[1]);

    if (ret == 0) {
        printf("\n");
        printf("****** Delete hard link successful ******\n");
    } else {
        perror("unlink");
    }

    return ret;
}

1. 鍦ㄧ粓绔噷浣跨敤鍛戒護緙栬瘧紼嬪簭錛岀敓鎴愬彲鎵ц鏂囦歡 hunlink錛?/div>
gcc -o hunlink hunlink.c

2. 鍒犻櫎 /Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏 鐨勭‖閾?nbsp;/Users/Biao/BaiduYun 
錛堟敞鎰忥紝榪欓噷鐨勫弬鏁版槸/Users/Biao/BaiduYun錛岃屼笉鏄簮鏂囦歡澶?nbsp;/Users/Biao/Baidu/鐧懼害浜戝悓姝ョ洏錛?/div>
 ./hunlink /Users/Biao/BaiduYun


]]>What is the Unix command to create a hardlink to a directory in OS X?http://www.shnenglu.com/biao/archive/2013/09/09/203120.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Mon, 09 Sep 2013 13:39:00 GMThttp://www.shnenglu.com/biao/archive/2013/09/09/203120.htmlhttp://www.shnenglu.com/biao/comments/203120.htmlhttp://www.shnenglu.com/biao/archive/2013/09/09/203120.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/203120.htmlhttp://www.shnenglu.com/biao/services/trackbacks/203120.html
1. 緇欐枃浠跺す "浣犲ソ" 鍒涘緩紜摼鎺?"B":
sudo ./hlink /Users/Biao/Desktop/浣犲ソ /Users/Biao/B

2. 鍒犻櫎鏂囦歡澶?"浣犲ソ" 鐨勭‖閾炬帴:
娉ㄥ唽錛屽垹闄ょ殑鏄洰鏍囨枃浠跺す "B"錛岃屼笉鏄簮鏂囦歡澶?nbsp;"浣犲ソ"
sudo ./hunlink /Users/Biao/B
 

You can't do it directly in BASH then. However... I found an article here that discusses how to do it indirectly:http://www.mactech.com/articles/mactech/Vol.23/23.11/ExploringLeopardwithDTrace/index.html by compiling a simple little C program:

#include <unistd.h>
#include <stdio.h>
int main(int argc, char *argv[])
{
   if (argc != 3) return 1;
   int ret = link(argv[1], argv[2]);
   if (ret != 0) perror("link");
   return ret;
}

...and build in Terminal.app with:

$ gcc -o hlink hlink.c -Wall


I agree that hard-linking folders/directories can cause problems if not careful, but they have a very definite advantage - Time Machine is a perfect example. Without them it simply would not be practical as the duplication of redundant versions of files would very quickly consume even the largest of disks.

Snow Leopard can create hard links to directories as long as you follow Amit Singh's six rules:

  1. The file system must be journaled HFS+.
  2. The parent directories of the source and destination must be different.
  3. The source’s parent must not be the root directory.
  4. The destination must not be in the root directory.
  5. The destination must not be a descendent of the source.
  6. The destination must not have any ancestor that’s a directory hard link.

So it's not correct at all that Snow Leopard has lost the ability to create hard links to folders.

I just verified that link/unlink do work on Snow Leopard - as long as you follow the six rules. I just tried it and it works fine on my Snow Leopard 10.6.6 system - tried it on the boot volume and on a separate USB external volume and it worked fine in both cases.

Here is the "hunlink.c" program:

#include <stdio.h>
int
main(int argc, char *argv[])
{
   if (argc != 2)
      return 1;
   int ret = unlink(argv[1]);
   if (ret != 0)
      perror("unlink");
   return ret;
}
gcc -o hunlink hunlink.c

So, be careful if you try it - remember to follow the rules and use hlink to create these hard links and use hunlink to remove the hard link afterwards. And don't forget to document what you've done for later on or for someone else who might need to know this.

One other "gotcha" that I just learned about these "hard links" to folders. When you create them there is really a lot that happens "behind the curtain" of Mac OS X. One really important issue is that the folder you create the link to is really moved to a super-magical super-hidden folder called /.HFS+ Private Directory Data%000d/dir_xxx where xxx is the inode number of the "source_folder" - remember the format of the command is

hlink source_folder target_folder

So because of this, you have to be careful of not having any files open in the "source_folder" because if you do, they just got moved to the super-magical folder and you will likely have a problem if you try and save any changes to those files that were open in the "source_folder". This happened to me a couple of times until it dawned on me what was happening and the solution is pretty simple. I noticed that you couldn't do a "ls -la" command any longer without getting funny errors for all the folders/directories that were in the original "source_folder" but you could do a "ls" command and all looked well.

If you run "Verify disk" in the "Disk Utility" program, you will notice that it probably complains and gives a "Volume bitmap needs minor repair for orphaned blocks" which is what just happened with the creation of the super-magical folder and the movement of the "source_folder" to it.

If you do find yourself in this situation with "orphaned blocks", first save the changed files to some other temporary location not in the volume containing the "source_folder" tree, then use "Disk Utility" to unmount and remount the volume that contains the "source_folder" or just restart the computer. Then copy the files you saved to the temporary locations back to their original locations and you should be back in business. This is what worked for me, so can't guarantee this will work for you too. So it might be a good idea to try this out on a volume you have a good backup of just in case.

It seems so very weird that all this overhead occurs just for the simple task of creating a hard link to a folder. Does anyone have any idea why Mac OS X goes to all this effort for this hard link creation to folders? Does it have something to do with the fact that this is a "journaled" file system?

I discovered the info about the super-magical, super-hidden location by reading Amit Singh's explanation of his "hfsdebug" utility. If you want more details see his web site at Amit Singh's hfsdebug utility. It's a very interesting piece of software and will tell you lots of details about HFS+ file systems. It's free and I encourage you to download it and try it out. It's no longer supported but it still works on both Snow Leopard and Leopard - basically any HFS+ supported system. You can't really do any harm with it as it's a "read-only" tool - so it's great to use to look at some details of the filesystem.

One more issue about these "hard links to folders" - once you create one and the super-magical super-secret-hidden folder gets created, it's there for good. Even if you unlink the folder that caused it to be created in the first place, this magic folder stays around. Not sure why, but it definitely does. You can use "hfsdebug" to find this out if you wish to try it out. You can also use "hfsdebug" to find out how many of these "hard links to folders" exist on a drive. For these details refer to Amit's article on the "hfsdebug" utility.

He also has another newer utility that's supported but costs. It's called fileXray and costs $79 for one person on any number of computers in the same household for a personal non-business type license. It has an extensive 173-page User Guide that you can download to see what it can do before you purchase. Unfortunately there is no trial version, so read the manual and check out the web site for more details to see if it can help you out of a jam. Learn all the details about it at their web site - seefileXray web site for more info.

There are a couple of issues you should be aware of when using these hard links to folders. If the volume that they are created on is mounted to a remote client, there can be significant problems, depending on how they are mounted. If you use AFP to mount the volume to a remote client, there are big problems as any folder that currently has a hard link to it or has ever had one but later removed, will be unable to be used as all the lower level folders (but not files) will be inaccessible from either the Finder or a Terminal window. If you try to do a simple "ls -lR" command, it will fail and give you "ls: xxx: No such file or directory" error messages for all lower level folders. If you use a Finder window to traverse the directory tree of the remote volume, the folders that are in the folder that had or has a hard link to it will simply disappear without any error when you first click on the folder name.

These problems don't appear to occur (except for the error message) if you use NFS to mount the remote client (and assuming you had a NFS server on the system that has the volume as a local HFS+ filesystem). Details on how to use NFS to mount volumes are not provided here. I used a nice program from Dr. Marcel Bresink called "NFS Manager" to help with the NFS mounts on the server and client. You can get it from his web site - just search for "Bresink NFS Manager" in your favorite search engine, but he has a free trial version so you can try before you buy. It's not that big a deal if you want to learn how to do the NFS mounts, but the "NFS Manager" makes it pretty easy to set things up and to tweak all the different settings to help optimize it. He has several other neat Mac OS X utilities too that are very reasonably priced - one called "Hardware Monitor" that lets you monitor and graph all kinds of things like power usage, temperature of CPU, speed of fans and many many other variables for both the local and remote Mac systems over extended periods of time (from minutes to days). Definitely worth checking out if you are into handy utilities.

One thing I did notice is that NFS file transfers were about 20% slower than doing them via AFP, but your "mileage may vary", so no guarantees one way or the other, but I would rather have something that works even if I have to pay a 20% performance hit as compared to having nothing work at all.

Apple is aware of the problems with hard links and remote AFP filesystems, and they refer to it as an "implentation limitation" of the AFP client - I prefer to call it what it really appears to me to be - A BUG!!! I can only hope the next release of Mac OS X fixes the problem, as I really like having the ability to use hard links to folders when it makes sense.


These notes are my own personal opinion and I don't make any warranty about their correctness so use them at your own risk. Have a good backup before you play around with these "hard links to folders" just in case something unforeseen happens. But I hope you have fun if you do decide to look a bit more into this interesting aspect of Mac OS X.

Another solution is to use bindfs https://code.google.com/p/bindfs/ which is installable via port:

sudo port install bindfs
sudo bindfs ~/source_dir ~/target_dir


From:
@import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>
Mac錛歁ac涓嬪畨瑁匬HP, MySql寮鍙戠幆澧?/title><link>http://www.shnenglu.com/biao/archive/2013/08/03/202319.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Sat, 03 Aug 2013 02:24:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2013/08/03/202319.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/202319.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2013/08/03/202319.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/202319.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/202319.html</trackback:ping><description><![CDATA[鏈綆鍗曠殑涓や釜閫夋嫨: XAMPP, MAMP <div>閮介泦鎴愪簡 <span style="color: red; ">MySql + PhpMyAdmin </span>+ PHP 寮鍙戠幆澧冿紝寤虹珛寮鍙戠幆澧冪畝鍗曪紙閮藉彧闇瑕佸畨瑁呬竴涓▼搴忥級銆?/div> <div>濡傛灉鍗曠嫭鐨勫畨瑁匨ySql錛孭hpMyAdmin錛孭HP寮鍙戠幆澧冿紝浼氶夯鐑﹀緢澶氥?/div> <div><br /> <div><span style="color: red; ">XAMPP</span>: 鎻愪緵澶氬鉤鍙扮増鏈? Mac, Windows錛孡inux, Solaris錛屼絾鏄嚑涔庝笉鏇存柊浜嗭紝鐩稿MAMP鏉ヨ鏄撶敤鎬у氨宸偅涔堜竴鐐圭偣銆?/div> <div>涓嬭澆鍦板潃錛?a >http://www.apachefriends.org/zh_cn/xampp.html</a></div> <div><span style="color: red; "><br /> </span></div> <div><span style="color: red; ">MAMP</span>: 鍙兘榪愯浜嶮ac錛岀粡甯告洿鏂幫紝甯姪鏂囨。涓板瘜錛屾槗鐢ㄦф洿濂姐?/div> <div>涓嬭澆鍦板潃錛?a >http://www.mamp.info/en/index.html</a></div> <div><img src="http://www.shnenglu.com/images/cppblog_com/biao/MAMP.png" width="537" height="458" alt="" /><br /> </div> <div><img src="http://www.shnenglu.com/images/cppblog_com/biao/MAMP-Preferences.png" width="537" height="458" alt="" /><br /> </div> <div><br /> </div> </div><img src ="http://www.shnenglu.com/biao/aggbug/202319.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2013-08-03 10:24 <a href="http://www.shnenglu.com/biao/archive/2013/08/03/202319.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氬垹闄ゆ枃浠跺悕鍚湁鐗規畩瀛楃鐨勬枃浠?/title><link>http://www.shnenglu.com/biao/archive/2012/11/16/195280.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Fri, 16 Nov 2012 09:50:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2012/11/16/195280.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/195280.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2012/11/16/195280.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/195280.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/195280.html</trackback:ping><description><![CDATA[鍦ㄧ被Unix緋葷粺閲岋紝濡傛灉鏂囦歡鍚嶅惈鏈夌┖鏍鹼紝鍗曞紩鍙鳳紝鍙屽紩鍙鳳紝絳夌壒孌婂瓧絎︽椂錛屽湪緇堢鎴栬卻hell閲屼嬌鐢ㄥ懡浠ゅ垹闄ゅ畠浠椂錛岄渶瑕佹敞鎰忎笉鑳界洿鎺ヤ嬌鐢ㄥ畠浠殑鏂囦歡鍚嶃? <div><br /> </div> <div><span style="font-family: Palatino, Georgia, Times, 'Times New Roman', serif; font-size: 18px; line-height: 25px; text-align: justify; background-color: #ffffff; ">姣忎釜inode閮芥湁涓涓彿鐮侊紝鎿嶄綔緋葷粺鐢╥node鍙風爜鏉ヨ瘑鍒笉鍚岀殑鏂囦歡銆?/span></div> <div> <div style="text-align: justify; "><font face="Palatino, Georgia, Times, Times New Roman, serif" size="4"><span style="line-height: 25px;"><br /> </span></font></div> <div><span style="color: red; "><strong>ls -il  #-i 杈撳嚭鏂囦歡鐨?inode 鍊?/strong></span></div> <div>total 88<br /> <div>1438850 -rwxr-xr-x  1 Biao  staff  0 Nov 16 15:35 a</div> <div> <div>1439056 -rwxr-xr-x  1 Biao  staff  0 Nov 16 15:35 a b</div> <div>1439049 -rwxr-xr-x  1 Biao  staff  0 Nov 16 15:35 a"b</div> <div>1438849 -rwxr-xr-x  1 Biao  staff  0 Nov 16 15:36 a'b</div> <div><br /> </div> <div><span style="color: red; "><strong>涓銆佷嬌鐢ㄨ漿涔夌殑鏂規硶</strong></span></div> <div>浣跨敤 rm -f a'b 鍒欎笉鑳芥妸a'b鐪熺殑鍒犻櫎錛屽鏋滃湪shell涓繕浼氭彁紺轟笉鍖歸厤鐨勫崟寮曞彿銆?/div> </div> <div>浣跨敤 rm -f a\'b 鎵嶈兘鎶奱'b鍒犻櫎銆?/div> <div><br /> </div> <div><span style="color: red; "><strong>浜屻乫ind 涓?xargs 涓璧蜂嬌鐢?/strong></span></div> <div>xargs鍙兘鐢ㄤ簬澶勭悊鍚湁絀烘牸鐨勬枃浠跺悕錛屽湪瀛楃涓插悗闈㈠姞涓婁竴涓粓姝㈠垎闅旂 '\0'錛屼笉浠ョ┖鐧藉瓧絎?space, \t, \n)榪涜鍒嗛殧銆?/div> <div>find . -name  "a b" -print0 | xargs -0 -I{} rm {}</div> <div><br /> </div> <div><strong style="color: red; ">涓夈乫ind 涓?inode 涓璧蜂嬌鐢?/strong></div> <div> <div style="background-color: #eeeeee; font-size: 13px; border-left-color: #cccccc; padding: 4px 5px 4px 4px; width: 98%; word-break: break-all; "><!--<br /> <br /> Code highlighting produced by Actipro CodeHighlighter (freeware)<br /> http://www.CodeHighlighter.com/<br /> <br /> --><span style="color: #008000; ">#</span><span style="color: #008000; ">!/bin/sh<br /> # 浣跨敤鏂規硶 ./foo.sh dirName</span><span style="color: #008000; "><br /> </span><br /> cd $<span style="color: #800000; ">1</span><br /> <br /> <span style="color: #008000; ">#</span><span style="color: #008000; "> 鍒楀嚭鏂囦歡澶逛笅鐨勬墍鏈夋枃浠舵枃浠訛紝騫朵嬌鐢╝wk鍙栧緱絎竴鍒楃殑鍊?/span><span style="color: #008000; "><br /> </span><span style="color: #0000FF; ">for</span> str in `ls -il | awk <span style="font-weight: bold; ">'</span><span style="font-weight: bold; ">{print $1}</span><span style="font-weight: bold; ">'</span>`<br /> <span style="color: #0000FF; ">do</span><br />     <span style="color: #008000; ">#</span><span style="color: #008000; "> 浣跨敤姝e垯鍒ゆ柇濡傛灉絎竴鍒楃殑鍊兼槸涓涓暟瀛楋紝鍒欐槸inode鍊?/span><span style="color: #008000; "><br /> </span>    <span style="color: #0000FF; ">if</span> [ -z <span style="font-weight: bold; ">"</span><span style="font-weight: bold; ">${str//[0-9]/}</span><span style="font-weight: bold; ">"</span> ] ; then<br />         <span style="color: #008000; ">#</span><span style="color: #008000; "> 鎶婂彇寰楃殑瀛楃涓茶漿鎹㈡垚鏁板瓧錛屽洜涓?nbsp;find -inum 鍚庨潰闇瑕佺殑鏄竴涓暟瀛?/span><span style="color: #008000; "><br /> </span>        inode=`expr <span style="color: #800080; ">$str</span> + <span style="color: #800000; ">0</span>`<br /> <br />         <span style="color: #008000; ">#</span><span style="color: #008000; "> 閲嶅懡鍚嶆枃浠訛紝鍙互榪涜echo錛宑p錛宺m 絳夌瓑鎿嶄綔</span><span style="color: #008000; "><br /> </span>        `find . -inum <span style="color: #800080; ">$inode</span> -<span style="color: #0000FF; ">exec</span> mv {} {}.dt \;`<br />     fi<br /> done<br /><br /><span style="color: red; "><strong>鏇寸畝鍗曠殑鏂規硶錛屼笉瑕佺敤ls -il錛岃屾槸鐢?ls -i</strong></span><br /><span style="color: #008000; ">#</span><span style="color: #008000; ">!/bin/sh<br /># 浣跨敤鏂規硶 ./foo.sh dirName</span><span style="color: #008000; "><br /></span><br />cd $<span style="color: #800000; ">1</span><br /><br /><span style="color: #008000; ">#</span><span style="color: #008000; "> 鍒楀嚭鏂囦歡澶逛笅鐨勬墍鏈夋枃浠舵枃浠訛紝騫朵嬌鐢╝wk鍙栧緱絎竴鍒楃殑鍊?/span><span style="color: #008000; "><br /></span><span style="color: #0000ff; ">for</span> str in `ls -i | awk <span style="font-weight: bold; ">'</span><span style="font-weight: bold; ">{print $1}</span><span style="font-weight: bold; ">'</span>`<br /><span style="color: #0000ff; ">do</span><br />   <span style="color: #008000; ">#</span><span style="color: #008000; "> 鎶婂彇寰楃殑瀛楃涓茶漿鎹㈡垚鏁板瓧錛屽洜涓?nbsp;find -inum 鍚庨潰闇瑕佺殑鏄竴涓暟瀛?/span><span style="color: #008000; "><br /></span>   inode=`expr <span style="color: #800080; ">$str</span> + <span style="color: #800000; ">0</span>`<br /><br />   <span style="color: #008000; ">#</span><span style="color: #008000; "> 閲嶅懡鍚嶆枃浠訛紝鍙互榪涜echo錛宑p錛宺m 絳夌瓑鎿嶄綔</span><span style="color: #008000; "><br /></span>   `find . -type f -inum <span style="color: #800080; ">$inode</span> -<span style="color: #0000ff; ">exec</span> mv {} {}.dt \;`<br />done <br /> </div> </div> <div><br /> </div> <div><br /> </div> </div> </div><img src ="http://www.shnenglu.com/biao/aggbug/195280.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2012-11-16 17:50 <a href="http://www.shnenglu.com/biao/archive/2012/11/16/195280.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac: 鍦?Lion 涓枊鍟?Trim 鏀彺http://www.shnenglu.com/biao/archive/2012/08/09/186716.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Thu, 09 Aug 2012 00:06:00 GMThttp://www.shnenglu.com/biao/archive/2012/08/09/186716.htmlhttp://www.shnenglu.com/biao/comments/186716.htmlhttp://www.shnenglu.com/biao/archive/2012/08/09/186716.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/186716.htmlhttp://www.shnenglu.com/biao/services/trackbacks/186716.htmlhttp://digitaldj.net/2011/07/21/trim-enabler-for-lion/


]]>Mac錛氱粰Mac鍔犱竴灞傚浐浠跺瘑鐮侊紝璁╁埆浜烘崲浜嗙‖鐩樹篃鏃犳硶浣跨敤http://www.shnenglu.com/biao/archive/2011/12/22/162617.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Thu, 22 Dec 2011 14:29:00 GMThttp://www.shnenglu.com/biao/archive/2011/12/22/162617.htmlhttp://www.shnenglu.com/biao/comments/162617.htmlhttp://www.shnenglu.com/biao/archive/2011/12/22/162617.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/162617.htmlhttp://www.shnenglu.com/biao/services/trackbacks/162617.html铏界劧鍦ㄥぉ鏈?span href="tag.php?name=%B5%E7%C4%D4" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #aaaaaa; cursor: pointer; white-space: nowrap; ">鐢佃剳涓簡鎯寵鎵懼洖鏉ユ槸涓浠跺嚑涔庝笉鍙兘鐨勪簨錛屼絾鏄兘璁╃洍紿冭呬滑楹葷儲涓鐐逛篃濂姐備笅闈㈠氨緇欐垜浠殑Mac鍔犱笂涓灞傚浐浠跺瘑鐮侊紝鍙鏈夋瀵嗙爜錛屼笉鐭ラ亾瀵嗙爜鐨勪漢渚挎棤娉曢噸瑁?span href="tag.php?name=%CF%B5%CD%B3" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #aaaaaa; cursor: pointer; white-space: nowrap; ">緋葷粺錛堝摢鎬曟崲浜?span href="tag.php?name=%D3%B2%C5%CC" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #aaaaaa; cursor: pointer; white-space: nowrap; ">紜洏錛夛紝鏃犳硶鎭㈠鏁版嵁錛岀敋鑷寵繛鍒囨崲鍒皐indows閮戒笉琛屻侺ion鐢ㄦ埛鍙洿鎺ユ搷浣滐紝 Snow Leopard鍙婁互涓嬬敤鎴烽渶瑕佺郴緇熷畨瑁呯洏銆?br style="word-wrap: break-word; line-height: normal; " /> 銈廣偗銉兗銉熾偡銉с儍銉?2011-12-08-14.54.27-500x321.png 
(浠ion緋葷粺鎿嶄綔涓轟緥錛夊紑鏈烘寜浣弌ption閿紝榪涘叆Recovery HD. 錛堝涓婂浘鎵紺猴級
銈廣偗銉兗銉熾偡銉с儍銉?2011-12-08-14.54.36-500x282.png 
榪涘叆涔嬪悗閫夋嫨鏈涓婃柟宸ュ叿鏍忎腑鐨勫疄鐢ㄥ伐鍏?Utilities)-鍥轟歡瀵嗙爜瀹炵敤宸ュ叿(Firmware Password Utility)鐒跺悗浼氬脊鍑轟竴涓獥鍙o紝闂綘鏄笉鏄鏂板緩瀵嗙爜錛岀劧鍚庝綘闇瑕佽緭鍏ヤ袱嬈℃柊瀵嗙爜銆傛垜宸茬粡璁劇疆榪囦簡鎵浠ヨ繖閲屾樉紺虹殑鏄慨鏀瑰瘑鐮併?br style="word-wrap: break-word; line-height: normal; " /> 銈廣偗銉兗銉熾偡銉с儍銉?2011-12-08-14.54.48-500x264.png 
璁劇疆濂戒箣鍚庯紝淇濆瓨騫墮噸鍚紝涓嬫浣犲紑鏈烘椂鍐嶆寜浣弌ption閿殑鏃跺欏氨鏄繖涓牱瀛愬挴錛?br style="word-wrap: break-word; line-height: normal; " /> 銈廣偗銉兗銉熾偡銉с儍銉?2011-12-08-14.54.20.png 
鐒跺悗榪涘叆浣犳甯哥殑璐︽埛錛岃緗瘑鐮佸茍鍙栨秷寮鏈鴻嚜鍔ㄧ櫥闄嗭紝浠ュ悗鍒漢瑕佺敤浣犵殑鐢佃剳渚垮繀欏昏緭鍏ヤ綘鐨勭敤鎴峰瘑鐮侊紝瑕佹姽緋葷粺鎴栬呮崲鏂扮‖鐩樿緋葷粺灝辮杈撳叆鍥轟歡瀵嗙爜錛屽懙鍛點?/span> @import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

From錛歨ttp://mac.pcbeta.com/thread-84572-1-1.html


]]>
Mac錛欸nuplot緇樺浘杞歡http://www.shnenglu.com/biao/archive/2011/12/22/162613.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Thu, 22 Dec 2011 12:41:00 GMThttp://www.shnenglu.com/biao/archive/2011/12/22/162613.htmlhttp://www.shnenglu.com/biao/comments/162613.htmlhttp://www.shnenglu.com/biao/archive/2011/12/22/162613.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/162613.htmlhttp://www.shnenglu.com/biao/services/trackbacks/162613.html

gnuplot homepage

title figure title figure

Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms. The source code is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. Gnuplot has been supported and under active development since 1986.

Gnuplot supports many types of plots in either 2D and 3D. It can draw using lines, points, boxes, contours, vector fields, surfaces, and various associated text. It also supports various specialized plot types. Demos here.

Gnuplot supports many different types of output: interactive screen terminals (with mouse and hotkey input), direct output to pen plotters or modern printers, and output to many file formats (eps, fig, jpeg, LaTeX, metafont, pbm, pdf, png, postscript, svg, ...). Gnuplot is easily extensible to include new output modes. Recent additions include an interactive terminal based on wxWidgets and the creation of mousable graphs for web display using the HTML5 canvas element.


Current release is 4.4.4 Development version is gnuplot 4.5 (SourceForge CVS)


News Copyright/licensing  
Gnuplot Book Cover   Now available: A book on gnuplot!
 
Gnuplot in Action
Understanding Data with Graphs

by Philipp K. Janert
 
Manning Publications (2009)
ISBN: 1933988398
ISBN-13: 978-1933988399


@import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>Mac錛氫互HTTP鏂瑰紡鍏變韓褰撳墠鏂囦歡澶圭殑鏂囦歡http://www.shnenglu.com/biao/archive/2011/09/17/156009.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Sat, 17 Sep 2011 02:42:00 GMThttp://www.shnenglu.com/biao/archive/2011/09/17/156009.htmlhttp://www.shnenglu.com/biao/comments/156009.htmlhttp://www.shnenglu.com/biao/archive/2011/09/17/156009.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/156009.htmlhttp://www.shnenglu.com/biao/services/trackbacks/156009.html
 
1. 鍦ㄧ粓绔緭鍏?/font>
  1. $ python -m SimpleHTTPServer
澶嶅埗浠g爜

榪欏懡浠ゅ惎鍔ㄤ簡Python鐨凷impleHTTPServer妯″潡銆?/font>
鍛戒護鎵ц鍚庡皢鍦ㄦ湰鏈?000绔彛寮鏀綡TTP鏈嶅姟錛屽叡浜粓绔噷鎵鍦ㄧ洰褰曘?/font>


2. 鍦ㄥ叾浠栬兘璁塊棶鏈満鐨勬満鍣ㄧ殑嫻忚鍣?/span>鎵撳紑
  1. http://ip:8000
澶嶅埗浠g爜
錛籭p鍗充綘鐨勬満鍣ㄧ殑ip鍦板潃錛?/font>鍗蟲墦寮涓涓洰褰曞垪琛? 鐐瑰嚮鍗沖彲涓嬭澆銆?/font>
@import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>
Mac錛氭墦寮鎴栧叧闂璍ion涓嬬殑鍔ㄧ敾鏁堟灉http://www.shnenglu.com/biao/archive/2011/07/29/152037.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Fri, 29 Jul 2011 06:42:00 GMThttp://www.shnenglu.com/biao/archive/2011/07/29/152037.htmlhttp://www.shnenglu.com/biao/comments/152037.htmlhttp://www.shnenglu.com/biao/archive/2011/07/29/152037.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/152037.htmlhttp://www.shnenglu.com/biao/services/trackbacks/152037.htmldefaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO @import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>
Mac錛氳瘝鍏鎬笅杞?/title><link>http://www.shnenglu.com/biao/archive/2011/07/28/152001.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Thu, 28 Jul 2011 11:15:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2011/07/28/152001.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/152001.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2011/07/28/152001.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/152001.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/152001.html</trackback:ping><description><![CDATA[鍐呯疆璇嶅吀涓嬭澆 <div><a >http://iask.sina.com.cn/u/1898869477/ish?folderid=218626&page=0</a><br /> </div><img src ="http://www.shnenglu.com/biao/aggbug/152001.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2011-07-28 19:15 <a href="http://www.shnenglu.com/biao/archive/2011/07/28/152001.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氳В鍐寵Е鎽告澘鍙屾寚杞誨嚮澶辨晥闂http://www.shnenglu.com/biao/archive/2011/07/25/151780.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Mon, 25 Jul 2011 04:12:00 GMThttp://www.shnenglu.com/biao/archive/2011/07/25/151780.htmlhttp://www.shnenglu.com/biao/comments/151780.htmlhttp://www.shnenglu.com/biao/archive/2011/07/25/151780.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/151780.htmlhttp://www.shnenglu.com/biao/services/trackbacks/151780.htmldefaults -currentHost write -g com.apple.trackpad.enableSecondaryClick -bool YES

]]>
Mac錛氫慨鏀筯osts鏂囦歡鍘繪帀瑙嗛緗戠珯騫垮憡http://www.shnenglu.com/biao/archive/2011/07/06/150297.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Wed, 06 Jul 2011 07:23:00 GMThttp://www.shnenglu.com/biao/archive/2011/07/06/150297.htmlhttp://www.shnenglu.com/biao/comments/150297.htmlhttp://www.shnenglu.com/biao/archive/2011/07/06/150297.html#Feedback1http://www.shnenglu.com/biao/comments/commentRss/150297.htmlhttp://www.shnenglu.com/biao/services/trackbacks/150297.html# localhost name resolution is handled within DNS itself.
#    127.0.0.1    localhost  錛堝湪榪欐寜鍥炶濺錛?span style="background-color: #e4e5e7; ">綺樿創涓嬮潰浠g爜錛岀劧鍚庨鍑轟繚瀛?/strong>錛?br />        #鍘諱紭閰峰箍鍛?/strong>
       0.0.0.0 stat.youku.com
       0.0.0.0 static.lstat.youku.com
       0.0.0.0 valb.atm.youku.com
       0.0.0.0 valc.atm.youku.com
       0.0.0.0 valf.atm.youku.com
       0.0.0.0 valo.atm.youku.com
       0.0.0.0 valp.atm.youku.com
       0.0.0.0 vid.atm.youku.com
       0.0.0.0 walp.atm.youku.com
       #鍘誨湡璞嗙綉騫垮憡
       127.0.0.1 adextensioncontrol.tudou.com
       127.0.0.1 iwstat.tudou.com
       127.0.0.1 nstat.tudou.com
       127.0.0.1 stats.tudou.com
       127.0.0.1 *.p2v.tudou.com*
       127.0.0.1 at-img1.tdimg.com
       127.0.0.1 at-img2.tdimg.com
       127.0.0.1 at-img3.tdimg.com
       127.0.0.1 adplay.tudou.com
       127.0.0.1 adcontrol.tudou.com
       127.0.0.1 stat.tudou.com
       #鍘婚叿6緗戝箍鍛?/strong>
       127.0.0.1 1.allyes.com.cn
       127.0.0.1 analytics.ku6.com
       127.0.0.1 gug.ku6cdn.com
       127.0.0.1 ku6.allyes.com
       127.0.0.1 ku6afp.allyes.com
       127.0.0.1 pq.stat.ku6.com
       127.0.0.1 st.vq.ku6.cn
       127.0.0.1 stat0.888.ku6.com
       127.0.0.1 stat1.888.ku6.com
       127.0.0.1 stat2.888.ku6.com
       127.0.0.1 stat3.888.ku6.com
       127.0.0.1 static.ku6.com
       127.0.0.1 v0.stat.ku6.com
       127.0.0.1 v1.stat.ku6.com
       127.0.0.1 v2.stat.ku6.com
       127.0.0.1 v3.stat.ku6.com
       #鍘誨鑹哄箍鍛?/strong>
       127.0.0.1 afp.qiyi.com
       127.0.0.1 focusbaiduafp.allyes.com
       #鍘籆NTV
       127.0.0.1 a.cctv.com
       127.0.0.1 a.cntv.cn
       127.0.0.1 ad.cctv.com
       127.0.0.1 d.cntv.cn
       127.0.0.1 adguanggao.eee114.com
       127.0.0.1 cctv.adsunion.com
       #鏂版氮瑙嗛
       127.0.0.1 dcads.sina.com.cn
       #pptv
       127.0.0.1 pp2.pptv.com
       #涔愯
       127.0.0.1 pro.letv.com
       #鎼滅嫄楂樻竻
       127.0.0.1 images.sohu.com
       #HostsX 鍥藉唴绔欑偣騫垮憡/瑙嗛綾葷綉绔?br />        #CNTV
       127.0.0.1 a.cctv.com
       127.0.0.1 a.cntv.cn
       127.0.0.1 ad.cctv.com
       127.0.0.1 d.cntv.cn
       127.0.0.1 adguanggao.eee114.com
       127.0.0.1 cctv.adsunion.com
       #鎴戜箰緗?/strong>
       127.0.0.1 acs.56.com
       127.0.0.1 acs.agent.56.com
       127.0.0.1 acs.agent.v-56.com
       127.0.0.1 bill.agent.56.com
       127.0.0.1 bill.agent.v-56.com
       127.0.0.1 stat.56.com
       127.0.0.1 stat2.corp.56.com
       127.0.0.1 union.56.com
       127.0.0.1 uvimage.56.com
       127.0.0.1 v16.56.com
       #6闂存埧
       127.0.0.1 pole.6rooms.com
       127.0.0.1 shrek.6.cn
       127.0.0.1 simba.6.cn
       127.0.0.1 union.6.cn
       #嬋鍔ㄧ綉
       127.0.0.1 86file.megajoy.com
       127.0.0.1 86get.joy.cn
       127.0.0.1 86log.joy.cn
       #澶╃嚎瑙嗛
       127.0.0.1 casting.openv.com
       127.0.0.1 m.openv.tv
       127.0.0.1 uniclick.openv.com
       #榪呴浄鐪嬬湅灞忚斀錛?br />        127.0.0.1 mcfg.sandai.net
       127.0.0.1 biz5.sandai.net
       127.0.0.1 server1.adpolestar.net
       127.0.0.1 advstat.xunlei.com
       127.0.0.1 mpv.sandai.net @import url(http://www.shnenglu.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

]]>
Mac錛氫慨鏀筎erminal (Bash) 鏄劇ず褰╄壊鍜岃礬寰?/title><link>http://www.shnenglu.com/biao/archive/2011/07/04/150074.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Mon, 04 Jul 2011 00:55:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2011/07/04/150074.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/150074.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2011/07/04/150074.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/150074.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/150074.html</trackback:ping><description><![CDATA[<br /> <div>export CLICOLOR=1</div> <div>export LSCOLORS=gxfxaxdxcxegedabagacad</div> <div><br /> </div> <div>export PS1="\u: \[\e[32;1m\]\w $: \[\e[0m\]"</div><img src ="http://www.shnenglu.com/biao/aggbug/150074.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2011-07-04 08:55 <a href="http://www.shnenglu.com/biao/archive/2011/07/04/150074.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛歁ac涓嶹indows灞鍩熺綉鍏變韓鏂囦歡澶?/title><link>http://www.shnenglu.com/biao/archive/2011/05/21/146880.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Sat, 21 May 2011 12:39:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2011/05/21/146880.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/146880.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2011/05/21/146880.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/146880.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/146880.html</trackback:ping><description><![CDATA[<div><strong style="color: #800000; font-size: 18pt; ">涓錛歁ac璁塊棶Windows (Windows璁劇疆鍏變韓鏂囦歡澶癸紝Mac璁塊棶)</strong></div> Windows閮ㄥ垎錛? <div>1. 鍦ㄧ洰褰曚笂鐐瑰嚮鍙抽敭</div> <div>2. 鍏變韓錛?gt;緗戠粶鍏變韓鍜屽畨鍏紞>閫変腑鍦ㄧ綉緇滀笂鍏變韓榪欎釜鏂囦歡澶瑰拰鍏佽緗戠粶鐢ㄦ埛鏇存敼鎴戠殑鏂囦歡</div> <div>3. 鐐瑰嚮“搴旂敤”瀹屾垚</div> <div><br /> </div> <div>Mac閮ㄥ垎錛?/div> <div>1. 鎵撳紑Finder瀹氫綅鍒版牴鐩綍</div> <img src="http://www.shnenglu.com/images/cppblog_com/biao/mac-access-pc.png" width="746" height="478" alt="" /> <div><br /> </div> <div>2. 鎵懼埌灞鍩熺綉涓殑鐩爣璁$畻鏈猴紝騫剁偣鍑?"Connect as..."錛屼嬌鐢℅uest鐢ㄦ埛鐧誨綍涓涓嬶紝濡傛湁瀵嗙爜錛岃繕闇瑕佽緭鍏ュ瘑鐮侊紝榛樿鏄病鏈夎漿鐮佺殑錛岀偣鍑籆onnect鍗沖彲銆?/div> <div>3. 鐜板湪宸茬粡鍙互璁塊棶Windows涓嬬殑鍏變韓鐩綍浜嗐?/div> <div><br /> </div> <div><strong style="color: #800000; font-size: 18pt; ">浜岋細Windows璁塊棶Mac(Mac璁劇疆鍏變韓鏂囦歡錛學indows璁塊棶)</strong></div> <div>1. 緋葷粺璁劇疆錛?gt;鍏變韓錛氬鍔犲叡浜枃浠跺す</div> <div>2. 鐐瑰嚮Options...錛屽湪鍑虹幇鐨勫鍣ㄩ噷閫変腑 using SMB鍏變韓鏂瑰紡</div> <div>3. 鍦╓indows閲屾墦寮緗戜笂閭誨眳錛?gt;鏌ョ湅宸ヤ綔緇勮綆楁満錛屾墦寮鐩爣鏈哄櫒錛岃緭鍏ョ敤鎴峰悕鍜屽瘑鐮佸嵆鍙闂?Mac鐨勭敤鎴峰悕鍜屽瘑鐮?</div> <img src="http://www.shnenglu.com/images/cppblog_com/biao/pc-access-mac-1.png" width="748" height="627" alt="" /> <div><img src="http://www.shnenglu.com/images/cppblog_com/biao/pc-access-mac-2.png" width="423" height="421" alt="" /><br /> </div><img src ="http://www.shnenglu.com/biao/aggbug/146880.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2011-05-21 20:39 <a href="http://www.shnenglu.com/biao/archive/2011/05/21/146880.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac: 鑻規灉Mac OS X Leopard緋葷粺涓嬌鐢⊿SD鏃剁殑浼樺寲http://www.shnenglu.com/biao/archive/2011/01/23/139186.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Sun, 23 Jan 2011 12:53:00 GMThttp://www.shnenglu.com/biao/archive/2011/01/23/139186.htmlhttp://www.shnenglu.com/biao/comments/139186.htmlhttp://www.shnenglu.com/biao/archive/2011/01/23/139186.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/139186.htmlhttp://www.shnenglu.com/biao/services/trackbacks/139186.html闃呰鍏ㄦ枃

]]>
Mac錛歑menuhttp://www.shnenglu.com/biao/archive/2011/01/17/138629.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Sun, 16 Jan 2011 22:20:00 GMThttp://www.shnenglu.com/biao/archive/2011/01/17/138629.htmlhttp://www.shnenglu.com/biao/comments/138629.htmlhttp://www.shnenglu.com/biao/archive/2011/01/17/138629.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/138629.htmlhttp://www.shnenglu.com/biao/services/trackbacks/138629.html灝辨槸涓轟簡鍦ㄤ換鍔℃爮娣誨姞鍑犱釜濂界湅鐨勫浘鏍囷紝*^o^*


]]>Mac錛氭浛鎹Q鎴浘涓虹郴緇熸埅鍥?/title><link>http://www.shnenglu.com/biao/archive/2011/01/12/138376.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Tue, 11 Jan 2011 17:13:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2011/01/12/138376.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/138376.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2011/01/12/138376.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/138376.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/138376.html</trackback:ping><description><![CDATA[涓嬭澆錛?a class="" target="" href="/Files/biao/QQHelper.bundle.zip">QQHelper.bundle.zip</a><div><a class="" target="" href="/Files/biao/QQHelper.bundle.zip"></a>浣滆咃細Rhapsody<div><a >http://bbs.macidea.com/thread-39886-1-1.html</a></div><div><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">浣跨敤鏂規硶:</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">鎶?/span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=%CE%C4%BC%FE" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">鏂囦歡</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">瑙e帇鍒癝IMBL鐨刾lugins鐩綍涓?</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">榪愯QQ,浣跨敤蹇嵎閿垨鑰呰亰澶╃獥鍙g殑"鎴浘"鎸夐挳,灝卞彲浠ヤ簡.</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=%B9%A6%C4%DC" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">鍔熻兘</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">浠嬬粛:</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">瀹屽叏鏇挎崲浜哘Q鐨勬埅鍥句負</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=%CF%B5%CD%B3" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">緋葷粺</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">鎴浘. 涓嶲Q鍘熸湰鐨勬埅鍥句竴鏍?</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=%D7%D4%B6%AF" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">鑷姩</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">榛忚創鍒拌亰澶╃獥鍙d腑,鏂囦歡瀛樻斁浣嶇疆涓嶲Q鍘熸湰鐨勬埅鍥懼瓨鏀劇殑浣嶇疆涓鏍?</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">鍙湪</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=Snow" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">Snow</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><span href="tag.php?name=Leopard" class="t_tag" style="word-wrap: break-word; line-height: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(255, 0, 0); cursor: pointer; white-space: nowrap; ">Leopard</span></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "> </span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">10.6.6(32bit)鍜?10.6.5(64bit)嫻嬭瘯榪?</span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br style="word-wrap: break-word; line-height: normal; "></span><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; ">鍏朵粬濡俻pc,Leopard鍧囨湭嫻嬭瘯榪?..</span></div><div><span style="border-collapse: collapse; font-family: 'Lucida Grande', Calibri, 'Trebuchet MS', Helvetica, Arial, 'Hiragino Sans GB', STHeiti, 'Microsoft Jhenghei', sans-serif; font-size: 13px; line-height: 21px; "><br></span></div></div><img src ="http://www.shnenglu.com/biao/aggbug/138376.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2011-01-12 01:13 <a href="http://www.shnenglu.com/biao/archive/2011/01/12/138376.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氬埄鐢ˋppleScript縐誨姩紿楀彛http://www.shnenglu.com/biao/archive/2011/01/10/138307.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Mon, 10 Jan 2011 13:06:00 GMThttp://www.shnenglu.com/biao/archive/2011/01/10/138307.htmlhttp://www.shnenglu.com/biao/comments/138307.htmlhttp://www.shnenglu.com/biao/archive/2011/01/10/138307.html#Feedback1http://www.shnenglu.com/biao/comments/commentRss/138307.htmlhttp://www.shnenglu.com/biao/services/trackbacks/138307.html1. 鏀懼埌/Library/Scripts閲岋紝渚嬪鐢⊿park璁劇疆蹇嵎閿叏灞鍚姩

2. 鎶婅繖浜涗唬鐮佹斁鍒皊park閲岄潰錛岃spark鏉ユ墽琛岄熷害浼氶潪甯稿揩錛屾瘮鏀懼湪緋葷粺閲屼細蹇緢澶?/strong>

Move Window Left.scpt:

tell application "System Events"

set _everyProcess to every process

repeat with n from 1 to count of _everyProcess

set _frontMost to frontmost of item n of _everyProcess

if _frontMost is true then set _frontMostApp to process n

end repeat

set _windowOne to window 1 of _frontMostApp

set pos to position of _windowOne

set y to item 2 of pos

set position of _windowOne to {0, y}

end tell


Move Window Right.scpt:

--set _screenWidth to 1440 -- Change this number to your screen width


tell application "Finder"

set _b to bounds of window of desktop

set _screenWidth to item 3 of _b

end tell


tell application "System Events"

set _everyProcess to every process

repeat with n from 1 to count of _everyProcess

set _frontMost to frontmost of item n of _everyProcess

if _frontMost is true then set _frontMostApp to process n

end repeat

set _windowOne to window 1 of _frontMostApp

set pos to position of _windowOne

set y to item 2 of pos

set _size to size of _windowOne

set _width to item 1 of _size

set position of _windowOne to {_screenWidth - _width, y}

end tell

 



]]>
Mac錛氭煡鐪嬬鍙f槸鍚︽墦寮http://www.shnenglu.com/biao/archive/2010/12/27/137583.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Mon, 27 Dec 2010 13:46:00 GMThttp://www.shnenglu.com/biao/archive/2010/12/27/137583.htmlhttp://www.shnenglu.com/biao/comments/137583.htmlhttp://www.shnenglu.com/biao/archive/2010/12/27/137583.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/137583.htmlhttp://www.shnenglu.com/biao/services/trackbacks/137583.htmlnetstat -nat | grep LISTEN


]]>Mac錛氳В鍘婼afari鐨勬彃浠?/title><link>http://www.shnenglu.com/biao/archive/2010/12/22/137233.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Wed, 22 Dec 2010 14:17:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2010/12/22/137233.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/137233.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2010/12/22/137233.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/137233.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/137233.html</trackback:ping><description><![CDATA[<span style="font-size: 14px; color: rgb(98, 99, 99); font-family: 'Lucida Grande', Verdana, sans-serif; line-height: 26px; "><pre style="margin-top: 20px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(242, 242, 242); border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); white-space: pre-wrap; word-wrap: break-word; line-height: 18px; font-family: Menlo, Courier, monospace; background-position: initial initial; background-repeat: initial initial; ">xar -xf 'TheExtensionName.safariextz'</pre></span> <img src ="http://www.shnenglu.com/biao/aggbug/137233.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2010-12-22 22:17 <a href="http://www.shnenglu.com/biao/archive/2010/12/22/137233.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氫簩榪涘埗緙栬緫鍣?/title><link>http://www.shnenglu.com/biao/archive/2010/12/21/137118.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Tue, 21 Dec 2010 04:55:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2010/12/21/137118.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/137118.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2010/12/21/137118.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/137118.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/137118.html</trackback:ping><description><![CDATA[<div><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">1. Hex Fiend</p><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">2. Hex Editor</p><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">3. 0xED: <a >http://www.suavetech.com/0xed/0xed.html</a></p><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">0xED is a native OS X hex editor based on the Cocoa framework.</p><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Fast editing of large files.<br>Unlimited file size (limited by what the actual file system supports).<br>Small memory footprint.<br>Instant opening of files of any size.<br>Supports all normal text editor keyboard shortcuts.<br>HFS+ compatible.<br>Resource fork editing.<br>Full hex/text search/replace. <br>Binary/text Cut/copy/paste support.<br>Main window is sizable.<br><a style="color: rgb(119, 119, 119); text-decoration: none; ">Plug-in</a> system to display your custom data types.<br>Requires Mac OS X 10.3.9 or newer.<br>Universal binary.<br>Free of char</p><p style="color: rgb(68, 68, 68); font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><br></p></div><img border="0" align="absmiddle" src="http://www.shnenglu.com/images/cppblog_com/biao/0xED.png"><img src ="http://www.shnenglu.com/biao/aggbug/137118.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2010-12-21 12:55 <a href="http://www.shnenglu.com/biao/archive/2010/12/21/137118.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氫笅杞紸pple緗戠珯涓殑瑙嗛http://www.shnenglu.com/biao/archive/2010/12/17/136800.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Fri, 17 Dec 2010 12:34:00 GMThttp://www.shnenglu.com/biao/archive/2010/12/17/136800.htmlhttp://www.shnenglu.com/biao/comments/136800.htmlhttp://www.shnenglu.com/biao/archive/2010/12/17/136800.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/136800.htmlhttp://www.shnenglu.com/biao/services/trackbacks/136800.html0. Safari鐨勮緗噷: Advanced錛岄変腑Show Develop menu in menu bar
1. 鍦ㄨ棰戜笂鍙抽敭錛岄夋嫨Inspect Element
2. 閫夋嫨Resources->Other
3. 鍦ㄥ垪琛ㄩ噷闈㈡壘鍒頒綘闇瑕佺殑瑙嗛鍦板潃
4. 鐒跺悗灝卞彲浠ヤ笅杞戒簡




]]>
Mac錛歋now Leopard浣跨敤get info淇敼鍥炬爣澶辮觸鐨勮В鍐沖姙娉?/title><link>http://www.shnenglu.com/biao/archive/2010/12/11/136115.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Fri, 10 Dec 2010 19:04:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2010/12/11/136115.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/136115.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2010/12/11/136115.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/136115.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/136115.html</trackback:ping><description><![CDATA[1. 浣跨敤Preview鎵撳紑鍥炬爣鏂囦歡icns錛岀劧鍚庝繚瀛樹負png<div>2. 浣跨敤img2icns鎶妏ng杞崲涓篿cns</div><div>3. 鍐嶆浠巊et info閲屼慨鏀瑰浘鏍囧嵆鍙?</div><img src ="http://www.shnenglu.com/biao/aggbug/136115.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2010-12-11 03:04 <a href="http://www.shnenglu.com/biao/archive/2010/12/11/136115.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛欵verything you need to know about customising screen captureshttp://www.shnenglu.com/biao/archive/2010/12/08/135833.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Wed, 08 Dec 2010 13:08:00 GMThttp://www.shnenglu.com/biao/archive/2010/12/08/135833.htmlhttp://www.shnenglu.com/biao/comments/135833.htmlhttp://www.shnenglu.com/biao/archive/2010/12/08/135833.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/135833.htmlhttp://www.shnenglu.com/biao/services/trackbacks/135833.html闃呰鍏ㄦ枃

]]>
Mac錛氭妸浣犵殑Mac鏀硅鎴愬畤瀹欓鑸?/title><link>http://www.shnenglu.com/biao/archive/2010/12/02/135285.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Thu, 02 Dec 2010 09:49:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2010/12/02/135285.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/135285.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2010/12/02/135285.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/135285.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/135285.html</trackback:ping><description><![CDATA[鍠滄鎶樼(浜猴紵<div>濂藉惂錛岀畻浣犵嫚錛屾妸浣犵殑Mac鎵撻犳垚瀹囧畽椋炶埞錛屼嬌鐢⊿hapeShifter</div><img src ="http://www.shnenglu.com/biao/aggbug/135285.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2010-12-02 17:49 <a href="http://www.shnenglu.com/biao/archive/2010/12/02/135285.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Mac錛氬己澶у厤璐癸紝澶稿鉤鍙扮殑鏁板杞歡 SpaceTimehttp://www.shnenglu.com/biao/archive/2010/11/18/133980.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Thu, 18 Nov 2010 06:28:00 GMThttp://www.shnenglu.com/biao/archive/2010/11/18/133980.htmlhttp://www.shnenglu.com/biao/comments/133980.htmlhttp://www.shnenglu.com/biao/archive/2010/11/18/133980.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/133980.htmlhttp://www.shnenglu.com/biao/services/trackbacks/133980.html
SpaceTime.  Scientific computing in the palm of your hand.
 Home  Manual  Share  Forums  Support 

Windows
Windows
Download
Mac
Mac
Download
iPhone
iPhone
App Store
iPad
iPad
App Store

image
SpaceTime for Mac OS X computers is the most powerful cross-platform mathematics software ever developed and is free to download and register!
Download
Movezoom and rotate 2D, 3D and time graphs in real-time. Explore mathematical concepts in an innovative interface and write your own scripts in our powerful programminglanguage. 

Powered by MobileCAS®, SpaceTime features a powerful computer algebra system for algebra and calculus and see your results rendered with our powerful typesetting engine. 

With features only available in Mathematica and MATLAB, SpaceTime is a revolution in scientific computing.

imageCompatible with Mac OS X 10.5 and above.



SpaceTime for Mac is a free download!  When prompted to register, click the Register button to receive a free activation code. 

SpaceTime is also free for commercial and educational use but if you use SpaceTime on more than five computers in your school or organization we ask that you link back to us from your website.

Thank you and we hope you enjoy our software!


imageimageimageimageimage
imageimageimageimageimage
imageimageimageimageimage

SpaceTime is also available for  
Pocket PCWindows Mobile
,   
SmartphoneWindows Smartphone
  and  
PalmPalm OS 5.
Copyright © 2010 Pomegranate Software.  All rights reserved.



]]>Mac錛氬叧闂璖afari杈撳叆鏂囧瓧鐨勬爣絳句笉鎻愮ずhttp://www.shnenglu.com/biao/archive/2010/11/17/133885.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Wed, 17 Nov 2010 07:36:00 GMThttp://www.shnenglu.com/biao/archive/2010/11/17/133885.htmlhttp://www.shnenglu.com/biao/comments/133885.htmlhttp://www.shnenglu.com/biao/archive/2010/11/17/133885.html#Feedback0http://www.shnenglu.com/biao/comments/commentRss/133885.htmlhttp://www.shnenglu.com/biao/services/trackbacks/133885.htmldefaults write com.apple.Safari DebugConfirmTossingUnsubmittedFormText NO

]]>
Mac錛氬垹闄ら殢鏈哄惎鍔ㄧ▼搴忥紝鍦ㄧ郴緇熻緗殑User閲岀湅涓嶅埌鐨勶紝濡侫AM Updates Notifierhttp://www.shnenglu.com/biao/archive/2010/11/14/133588.html閫涘鐨勮湕鐗?/dc:creator>閫涘鐨勮湕鐗?/author>Sun, 14 Nov 2010 06:49:00 GMThttp://www.shnenglu.com/biao/archive/2010/11/14/133588.htmlhttp://www.shnenglu.com/biao/comments/133588.htmlhttp://www.shnenglu.com/biao/archive/2010/11/14/133588.html#Feedback1http://www.shnenglu.com/biao/comments/commentRss/133588.htmlhttp://www.shnenglu.com/biao/services/trackbacks/133588.html/Library/LaunchAgents 鍜? ~/Library/LaunchAgentsand
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.adobe.AAM.Scheduler-1.0</string> <key>Program</key> <string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string> <key>ProgramArguments</key> <array> <string>/Library/Application Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility</string> <string>-mode=scheduled</string> </array> <key>StartCalendarInterval</key> <dict> <key>Minute</key> <integer>0</integer> <key>Hour</key> <integer>2</integer> </dict> </dict> </plist>
AAM is the "Adobe Application Manager" that checks for updates for some Adobe products. If you would like to disable it from starting up automatically remove it from "~/Library/LaunchAgentsand delete com.adobe.AAM.Updater-1.0.plist " and also from "/Library/LaunchAgents".  (From: http://www.macinside.info/process.php?id=1087)


]]>
Mac錛歋multron涓嬌鐢ㄥ懡浠?/title><link>http://www.shnenglu.com/biao/archive/2010/08/12/123174.html</link><dc:creator>閫涘鐨勮湕鐗?/dc:creator><author>閫涘鐨勮湕鐗?/author><pubDate>Thu, 12 Aug 2010 06:03:00 GMT</pubDate><guid>http://www.shnenglu.com/biao/archive/2010/08/12/123174.html</guid><wfw:comment>http://www.shnenglu.com/biao/comments/123174.html</wfw:comment><comments>http://www.shnenglu.com/biao/archive/2010/08/12/123174.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/biao/comments/commentRss/123174.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/biao/services/trackbacks/123174.html</trackback:ping><description><![CDATA[<img alt="" src="http://www.shnenglu.com/images/cppblog_com/biao/Smultron-Command.png" height="647" width="952"><br>鍦⊿multron涓繕鍙互浣跨敤鍛戒護錛?br>鎸塩md + b寮瑰嚭鍛戒護琛岀獥鍙c?br>鍙互鑷繁娣誨姞鍒犻櫎鍛戒護銆?br>inline錛氬懡浠よ紿楀彛涓嶅嚭鐜般?br>濡傚浘涓璒pen MLM Folder鍛戒護鏄墦寮mlm鐩綍錛屾墍浠ヤ笉闇瑕佸懡浠よ紿楀彛鍑虹幇錛屾墍浠ラ変腑inline.<br>鍙互浣跨敤terminal鐨勫懡浠ゃ?br><br>Smultron 64浣嶇増鏈紝鎴栬呭熀浜嶴multron鐨凢raise(鍘繪帀浜咲elete Line鍔熻兘錛屽緢鍠滄榪欎釜鍔熻兘鐨?閮芥湁鍐呭瓨綆$悊闂錛岄珮浜綋鍓嶈鍙寵竟鏈夐棿闅欍?br><br><img src ="http://www.shnenglu.com/biao/aggbug/123174.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/biao/" target="_blank">閫涘鐨勮湕鐗?/a> 2010-08-12 14:03 <a href="http://www.shnenglu.com/biao/archive/2010/08/12/123174.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.cqxy168.cn" target="_blank">久久综合视频网</a>| <a href="http://www.mlbj.net.cn" target="_blank">色综合久久中文字幕综合网</a>| <a href="http://www.zgjgyl.cn" target="_blank">精品免费久久久久久久</a>| <a href="http://www.haokan1.cn" target="_blank">九九99精品久久久久久</a>| <a href="http://www.playt.cn" target="_blank">久久本道久久综合伊人</a>| <a href="http://www.yejw.cn" target="_blank">99久久无色码中文字幕人妻</a>| <a href="http://www.daliandamingda.cn" target="_blank">97久久天天综合色天天综合色hd</a>| <a href="http://www.xiquwang.com.cn" target="_blank">一本大道加勒比久久综合</a>| <a href="http://www.dhxxw.cn" target="_blank">久久精品国产清自在天天线</a>| <a href="http://www.sxdc.net.cn" target="_blank">2021久久国自产拍精品</a>| <a href="http://www.mono2018.cn" target="_blank">欧美精品福利视频一区二区三区久久久精品 </a>| <a href="http://www.chizhou8.cn" target="_blank">无码专区久久综合久中文字幕</a>| <a href="http://www.newdalu.cn" target="_blank">97久久超碰国产精品2021</a>| <a href="http://www.greektaverna.cn" target="_blank">久久久这里有精品中文字幕</a>| <a href="http://www.nanwx.cn" target="_blank">丰满少妇人妻久久久久久</a>| <a href="http://www.gotovision.com.cn" target="_blank">久久久久久噜噜精品免费直播</a>| <a href="http://www.jlxrc.cn" target="_blank">久久夜色精品国产噜噜麻豆</a>| <a href="http://www.whnnmj.cn" target="_blank">久久青青国产</a>| <a href="http://www.nicnr.cn" target="_blank">国产精品无码久久综合网</a>| <a href="http://www.lovebuyhome.com.cn" target="_blank">久久久久av无码免费网</a>| <a href="http://www.566wan.cn" target="_blank">久久久久久国产精品免费免费</a>| <a href="http://www.gonnts.cn" target="_blank">91精品国产综合久久精品</a>| <a href="http://www.mtsjnlaliji-syj.cn" target="_blank">人妻无码精品久久亚瑟影视 </a>| <a href="http://www.impark.cn" target="_blank">久久久久亚洲AV无码专区首JN</a>| <a href="http://www.paysearch.cn" target="_blank">亚洲国产精品热久久</a>| <a href="http://www.ccssoo.com.cn" target="_blank">久久无码中文字幕东京热</a>| <a href="http://www.pr010.cn" target="_blank">久久精品无码一区二区三区日韩</a>| <a href="http://www.happy925.cn" target="_blank">久久99精品国产99久久</a>| <a href="http://www.jsiwl.cn" target="_blank">久久综合给合久久狠狠狠97色</a>| <a href="http://www.yoliuping.cn" target="_blank">久久婷婷国产剧情内射白浆</a>| <a href="http://www.aoshidun.com.cn" target="_blank">久久久久无码专区亚洲av</a>| <a href="http://www.fvnnv.cn" target="_blank">国产精品亚洲综合专区片高清久久久</a>| <a href="http://www.92625.cn" target="_blank">99久久99久久精品免费看蜜桃</a>| <a href="http://www.sai-shang.cn" target="_blank">伊人久久大香线蕉亚洲五月天</a>| <a href="http://www.whoimi.cn" target="_blank">日韩人妻无码一区二区三区久久99</a>| <a href="http://www.vtkh.cn" target="_blank">久久人人爽人人爽人人片AV东京热</a>| <a href="http://www.zjyffm.cn" target="_blank">91久久精品视频</a>| <a href="http://www.numxj.cn" target="_blank">久久99精品久久久久久9蜜桃</a>| <a href="http://www.139shops.cn" target="_blank">国产精品伦理久久久久久</a>| <a href="http://www.vnkp.cn" target="_blank">欧美亚洲另类久久综合婷婷 </a>| <a href="http://www.hit5.cn" target="_blank">久久天天躁夜夜躁狠狠躁2022</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>