_覓 | 覦覈襦 | 豕蠏手 | 殊螳 | 譯殊碁 |
FrontPage › Memo
|
|
[edit]
1 tar #
tar cf moniwiki_20100216.tar moniwiki
moniwiki 蠍(font) 覦蠑瑚鍵..tar -czf 豢朱.tar.gz 豢襴覈
tar -xzf 豢朱.tar.gz tar -czf /home/yasicom/backup_20161118.tar.gz /var/www/html
tar -czf /home/yasicom/backup_20160829.tar.gz /var/www/html/moniwiki/data/text
tar -czf /home/yasicom/text_backup_20161119.tar.gz /var/www/html/moniwiki/data/text
螻糾
df -h 谿剰鍵
find / -type f -size +20M | xargs du -h | sort -nr 襦蠏 殊 螳 譟一
echo "" > /var/log/httpd/access_log echo "" > /var/log/httpd/error_log echo "" > /var/log/httpd/error_log.3 [edit]
5 IP谿/伎 #cd /var/www/html/moniwiki/data/ vi editlog IP谿
iptables -A INPUT -s 123.141.239.11 -j DROP IP谿 伎
iptables -A INPUT -s 123.141.239.11 -j ACCEPT 朱郁鍵
cat /dev/null > editlog [edit]
8 .htaccess #RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?databaser.net [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?cloudingservice.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?cloudingservice.net[NC] RewriteCond %{HTTP_REFERER} !search\.naver\.com [NC] RewriteCond %{HTTP_REFERER} !search\.daum\.net[NC] RewriteCond %{HTTP_REFERER} !search\.nate\.com [NC] RewriteCond %{HTTP_REFERER} !google\. [NC] RewriteCond %{HTTP_REFERER} !yahoo\. [NC] RewriteRule \.(jar|r|_xe|ppt|pptx|png|jpg|jpeg|gif|mp3|zip|tgz|gz|txt|css|exe|hw SetEnvIfNoCase remote_addr 80.73.5. go_out SetEnvIfNoCase remote_addr safehouse.dk go_out Order Allow,Deny Allow from all Deny from env=go_out [edit]
9 一 佔 # (Dotum) 豌 (DotumChe)
蟲企 (Gulim) 蟲企殊牡 (GulimChe) 覦 (Batang) 覦豌 (BatangChe) 蟠 (Gungsuh) 蟠豌 (GungsuhChe) 蟲企 (New Gulim) 襷 螻 (Malgun Gothic) [edit]
10 螻給 覦覯 #
[edit]
14 蟲蠍 伎 #
[edit]
15 貉 襯 #HandDescript Occurrences PercentOccurred ------------------------------------------- Nothing 1,303,701 50.162411% Two of a Kind 1,098,481 42.266176% Two Pair 123,259 4.742628% Three of a Kind 54,955 2.114500% Straight 9,095 0.349948% Flush 5,007 0.192654% Full House 3,777 0.145327% Four of a Kind 653 0.025125% Straight Flush 24 0.000923% Royal Flush 8 0.000308% ------------------------------------------- GRAND TOTAL 2,598,960 100.000000% [edit]
17 觜貊 j鍵 #
[edit]
20 sas 蠏覿 襦 螳譴豺 伎 豸′ 願鍵 #proc reg data=sashelp.class;
model weight = height coffee /p;
run;weight weight覲; [edit]
21 ##include <iostream> using namespace std; void sort(int *a, int n) { int temp; for(int i = 0; i < n;i++) { for(int j = i+1; j < n;j++) { if(a[j] < a[i]) { temp = a[i]; a[i] = a[j]; a[j] = temp; } } } } int main(int argc, char *argv[]) { int a[10] = {5,2,3,7,1,4,8,6,9,0}; sort(a, 10); for(int i = 0; i <= 9; i++) { cout << a[i]; } cout << endl; return 1; } [edit]
23 襴れ 朱伎 轟 覓語 覦蠑瑚鍵 #vi襦 覦一 襷れ..
for i in `grep '谿城覓語' * -R | cut -d : -f 1 | sort | uniq`; do sed 's/谿城覓語/覦蠖覓語/g' $i > tmp && mv tmp $i done chmod 777 譴れ..
./襦 ろ.. [edit]
24 VB.NET #讌
讌 覦 螳 覦覯 覲伎. 覯 襦語 れ j 覲伎. [1] 螳 ' 螳 Dim ClickTime As Date ClickTime = Date.Now 'Date襯 牛企 譬. TextBox1.Text = ClickTime '... 2004-03-21 ろ 1:33:21 TextBox1.Text = ClickTime.Year '... 2004 TextBox1.Text = ClickTime.Month '... 3 TextBox1.Text = ClickTime.Day '... 21 TextBox1.Text = ClickTime.Date '... 2004-03-21 TextBox1.Text = ClickTime.Hour '... 13 TextBox1.Text = ClickTime.Minute '... 33 TextBox1.Text = ClickTime.Second '... 21 TextBox1.Text = ClickTime.Millisecond '... 561 TextBox1.Text = ClickTime.DayOfWeek '... 0(殊), 1(), ..., 6() TextBox1.Text = ClickTime.DayOfYear '... 81(11=1) ' 讌 Dim ClickTime As Date ClickTime = Date.Today TextBox1.Text = ClickTime '... 2004-03-21 TextBox1.Text = ClickTime.Hour '... 0 '讌危 覲企 . TextBox1.Text = ClickTime.DayOfYear '... 81 [2] 螳 襷り鍵 '螳覲 襷り鍵 Dim myTime As Date myTime = New Date(2004, 3, 21) myTime = New Date(2004, 3, 21, 13, 33, 21) TextBox1.Text = myTime [3] 螳 螳蟆 '螳覲 襷り鍵 Dim myTime1, myTime2 As Date myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = New Date(2004, 3, 15, 4, 18, 33) Dim TimeDiff As TimeSpan = myTime1.Subtract(myTime2) TextBox1.Text = TimeDiff.ToString '6.09:14:48 TextBox1.Text = TimeDiff.Days '6 TextBox1.Text = TimeDiff.Hours '9 TextBox1.Text = TimeDiff.TotalHours '153.246666666667 '蠍壱 Minutes, Seconds, Milliseconds 襷谿螳讌 '蟇郁掌襦 覃 螳 襷企り . [4] 螳 螳螳 Dim myTime1, myTime2 As Date myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = myTime1.AddYears(-2) myTime2 = myTime2.AddMonths(5) TextBox1.Text = myTime2 '...2002-08-21 ろ 1:33:21 るジ Dim myTime1, myTime2 As Date myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = myTime1.AddMonths(-22) TextBox1.Text = myTime2 '...2002-05-21 ろ 1:33:21 [5] TimeSpan 螳 螳螳 Dim myTime1, myTime2 As Date Dim TimeDiff = New TimeSpan(150, 0, 0, 0) '150 myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = myTime1.Add(TimeDiff) TextBox1.Text = myTime2 '...2004-08-18 ろ 1:33:21 るジ Dim myTime1, myTime2 As Date Dim TimeDiff = New TimeSpan(150, 0, 0, 0) '150 myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = myTime1.Subtract(TimeDiff) TextBox1.Text = myTime2 '...2003-10-23 ろ 1:33:21 [6] 襦 覲 Dim myTime1, myTime2 As Date myTime1 = New Date(2004, 3, 21, 13, 33, 21) myTime2 = New Date(2004, 3, 21, 13, 33, 22) Dim X1 As Double = myTime1.ToOADate '38067.5648263889 Dim X2 As Double = myTime2.ToOADate '38067.564837963 TextBox1.Text = X2 - X1 '1.15740767796524E-05 = 0.0000115740 [豢豌] vb.net 讌 螳 蟯|煙 伎拘襭 [edit]
25 伎 糾 #<iframe src=http://databaser.net/moniwiki/bbclone/show_main.php?lng=ko
scrolling=auto marginwidth=0 marginheight=0 frameborder=0 vspace=0 hspace=0 height=400px width=100%></iframe>
鏤
|
讌 襦 蟆曙 覲企 蟆 襦 朱ゼ 螳 蟆企. (M.襭ろ) |