Time of Update: 2018-12-05
SYSTEM SETUP - DISKLABEL,NEWFS,TUNEFS,SWAP 當用disklabel(8)在你的硬碟上布局檔案系統時,重要的是要記住硬碟在傳送 資料時外磁軌比內磁軌快。為了利用這個特點,你應該把較小的檔案系統和交 換區靠近外磁軌,隨後是較大的檔案系統,最後是最大的檔案系統。還有重要 的是把標準檔案系統大小確定在當你要增加這台機器負荷時也不需要重定他
Time of Update: 2018-12-05
號晚上,和笑來碰面,他提到:學習學習,學容易,習卻是一個長期的過程。這個觀點並非他原創,孔老夫子也早就說過了:學而時習之,不亦樂乎。 常有團隊的夥伴說自己的溝通能力不高,我覺得,其實就得像做實驗一樣,對每次好或者不夠好的溝通實踐都做一番分析,漸漸把習得的能力化為本能。不經過這樣的努力,我覺得想大幅度提高自己的溝通能力,怕是不那麼容易。我自己相信下笨功夫的做法,希望把每次對自己有觸動的溝通實踐都儘可能做一番分析,以便找出原因,避免重複犯錯,在利己的同時,看看能否也利人。 話說7號這天,我們連訪幾家
Time of Update: 2018-12-05
轉自 http://blog.csdn.net/gordenfl/archive/2005/01/10/247615.aspxtop監控工具可以顯示CPU佔用率為前幾位的進程,並提供CPU的即時活動情況 文法:top [-s time] [-d count] [-q] [-h] [-n number] [-f filename] [-o field][-U usename]-S 將系統進程資訊也顯示到螢幕上,預設情況下,top不顯示系統進程的資訊-b
Time of Update: 2018-12-05
/// <summary> /// 擷取QQ目前狀態(1:線上,0:不線上,-1:不存在) /// </summary> /// <param name="qq">qq號</param> /// <returns></returns> public static int GetQQState(long qq) { WebClient client = new
Time of Update: 2018-12-05
using System.IO; using System.Management; public class BindFiles { private ListView listView1; private static string fileType; public BindFiles(ListView view) { listView1 = view; }
Time of Update: 2018-12-05
using System;using System.Collections;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace Zhuyi.Utility{ /// <summary> /// HTML源碼解析協助類 /// </summary> public class HtmlUtil {
Time of Update: 2018-12-05
這次是奇蹟,連著熬夜數天,口腔無恙,就是被TF看出眼睛有點發紅了。每天都因為和人聊天而興奮,睡不好,但一旦入睡,醒來又好像可以接著聊。咱爹咱媽別擔心,熬夜是有數的,回去就恢複規律。LG同學不要罵我,我會調整滴。 今天是SD大會最後一天,依舊到處聽人聊天,也找人聊天。終於逮著機會拉玉面公子一起吃飯,知道了他對於初生兒子的一些擔心,可憐天下父母心啊,遂以5年育兒資深專家的身份給予其不知道是否專業的指導,然後繼續鼓吹“乳酪補鈣大法”。知道這一方法的要多建立下線往下傳哦。 老宋面前一大盤自助餐,風捲殘雲
Time of Update: 2018-12-05
using System;using System.IO;using System.Data;using System.Xml;using System.Xml.XPath;namespace ExecuteXml...{ public class XmlControl ...{ protected string strXmlFile; protected XmlDocument objXmlDoc = new XmlDocument();
Time of Update: 2018-12-05
static void Tree(int[] hs){ //int[] hs = { 2, 3, 4, 1, 2, 2, 3, 4, 3, 3, 4, 5, 5, 2, 4, 4 }; int k = 0; int h; int s = 5; StringBuilder sb = new StringBuilder(); for (int i = 0; i < hs.Length; i++) { h = hs[i];
Time of Update: 2018-12-05
p {line-height:20px;}-->工作之餘,寫了個gridview的右鍵菜單樣本,希望可以協助需要的人。樣本抓圖: 程式打包: http://download.csdn.net/source/1049911全部代碼附上default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html
Time of Update: 2018-12-05
中國移動發布大雲http://labs.chinamobile.com/cloud 大雲產品包括並行資料採礦工具、分布式海量資料倉儲、彈性計算系統、雲端儲存系統、並行計算執行環境共五種產品。 亞馬遜網路服務(Amazon WebServices, AWS)http://aws.amazon.com/ Google應用軟體引擎(Google AppEngine, GAE)http://www.appspot.com/Google地球、地圖、Gmail、Docs等 微軟 Windows
Time of Update: 2018-12-05
——讀《Web資訊架構:設計大型網站(第3版)》作者:一葉千鳥(原文連結:http://blog.rexsong.com/?p=1484) 其實互連網設計閱讀推薦是讀此書後,受啟發完成的。因為我覺得想清楚了關鍵點,在各自不同角度深入下去,雖然得到的東西差不多,但思路千差萬別。也許這就是交集越大,協作越順暢的必然。在產品實踐中,我發現超過80%的問題都與資訊架構有關,最容易引起爭論的也是。《Web資訊架構:設計大型網站(第3版)》中有一節專門討論“什麼不是資訊架構?”搞清楚的目地不是更好的分離職能
Time of Update: 2018-12-05
組件下載(不包含原檔案):http://download.csdn.net/source/496787使用方法如下:1、建立一個EmailContacts類using System;using System.Collections.Generic;using System.Net;using System.Text;using OpenContactsNet;/// <summary>/// 包含擷取email連絡人的方法/// </summary>public
Time of Update: 2018-12-05
using System;using System.Collections.Generic;using System.Text;using System.Reflection;using System.Data;namespace Zhuyi.Utility{ /// <summary> /// 排序協助類(包括對string[],int[],datatable,T[]進行排序) /// </summary> public class
Time of Update: 2018-12-05
<html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><mce:style><!--#wd { border:solid 1px #999; font-size:14px; padding:4px; }#wd_box { border:solid 1px #999; background-color:#fff;
Time of Update: 2018-12-05
轉自(http://sysop.com.cn/system23567,1.html)很多人想最佳化自己的FreeBSD,特別是在網路效能以及核心調整上,因為這些是最直接的最佳化方式.在這裡我收集整理並用中文注釋了一下,相信很多人用得到.CODE#最大的待發送TCP資料緩衝區空間net.inet.tcp.sendspace=65536#最大的接受TCP緩衝區空間net.inet.tcp.recvspace=65536#最大的接受UDP緩衝區大小 net.inet.udp.sendspace=655
Time of Update: 2018-12-05
HTML代碼:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="GridPagerTest._Default" %><%@ Register assembly="GridPager" namespace="GridPager" tagprefix="gp" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Time of Update: 2018-12-05
在資料庫編程中,很多朋友會碰到分割字串的需求,一般都是分割成一列多行模式,但也有時會需要分割成多列一行的模式,下面我們來看下如何?這種需求。 首先建立一個輔助函數,來得到產生多列的SQL語句:create function toArray(@str nvarchar(1000),@sym nvarchar(10))returns nvarchar(3000)asbeginset @str=rtrim(ltrim(@str))declare @i intset @i=charindex(@sym,
Time of Update: 2018-12-05
IIS 改善和發展的主要因素是IIS已經成為應用程式(特別是ASP.NET)的支援平台。通過將ASP.NET直接整合到 IIS 7.0 中,IIS 7.0進一步推動了平台的發展。從管理功能到身分識別驗證,乃至請求處理管道本身,相關功能都已經整合到IIS 7.0之中。將管道整合到IIS 7.0中具有兩個好處:一是為基於ASP.NET的Web應用程式及IIS 7.0擴充提供了更好的效能,二是通過使用Managed 程式碼獲得了更好的控制能力。IIS 7.0可以支援兩種管道模式:一種是IIS
Time of Update: 2018-12-05
1. Q: FreeBSD 出現下列錯誤是怎麼回事?May 5 22:05:00 antarctica /kernel: ad1s1e: UDMA ICRC error writing fsbn 4159 of 2048-2063 (ad1s1 bn 4159; cn 0 tn 66 sn 1) retryingMay 5 22:05:00 antarctica /kernel: ad1s1e: UDMA ICRC error writing fsbn 4159 of 2048-2063