@seadog007
C:\Python27>python.exe E:\test.py
File "E:\test.py", line 10
print 'Site: ' + result[0]
^
IndentationError: expected an indented block
聽說 105年第三屆國民中等學校教育會考 成績將於 13 天後公佈 (?
Traceback (most recent call last):
File "E:\test.py", line 3, in <module>
import win32crypt
ImportError: No module named win32crypt
zxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzx
@Sciuridae 安裝openssh server
我覺得是path吃到py3的,所以抓不到module
爲甚麼 @Sciuridae 你常常開到taskbar
@Sciuridae 我開一個port forward給你好了~
Connecting to 10.23.96.167:22...
Could not connect to '10.23.96.167' (port 22): Connection failed.
Type `help' to learn how to use Xshell prompt.
VMWare那邊我都做好port forward誒
1.APP按鈕陷阱和廣告多
2.錄製會造成LAG現象
3.影像沒處理好,會導致最底下出現綠色線條
4.要錄製音效,只能開啟擴音,透過麥克風來收音
5.要開啟小白點才能錄製
6.錄製無法自動翻轉橫向與直向
我發現VMware Workstation有bug
buffered disk reads: 2348 MB in 3.00 seconds = 782.35 MB/sec
Swp[ 0/32765MB] Load average: 0.02 0.05 0.05 │root@ubuntu-server:/home/user# hdparm —direct -tT /dev/sda
Uptime: 00:58:09 │
│/dev/sda:
PID USER PRI NI VIRT RES SHR S CPU% MEM% TIME+ Comman│ Timing O_DIRECT cached reads: 4764 MB in 2.00 seconds = 2382.00 MB/
4371 root 20 0 30340 3972 2960 R 2.6 0.0 0:10.33 htop │sec
1297 root 20 0 306M 55252 24708 S 2.6 0.2 0:24.69 /usr/b│ Timing O_DIRECT disk reads: 9260 MB in 3.00 seconds = 3086.35 MB/sec
2365 user 20 0 651M 31828 24624 S 1.3 0.1 0:14.22 gnome-│root@ubuntu-server:/home/user#
1888 user 20 0 1563M 140M 68880 S 0.6 0.4 0:31.78 compiz│
1907 user 20 0 397M 25280 22100 S 0.0 0.1 0:05.66 /usr/b│
1137 root 20 0 159M 6936 6136 S 0.0 0.0 0:04.57 /usr/b│
2937 root 20 0 24504 3324 2636 S 0.0 0.0 0:02.52 tmux │
2306 user 20 0 650M 29436 16556 S 0.0 0.1 0:00.45 /usr/b│
668 syslog 20 0 249M 2876 2332 S 0.0 0.0 0:00.05 rsyslo│
1505 user 20 0 491M 27112 21208 S 0.0 0.1 0:02.76 /usr/l│
1627 user 20 0 1137M 15112 12652 S 0.0 0.0 0:00.18 /usr/l│
1896 user 20 0 1563M 140M 68880 S 0.0 0.4 0:01.03 compiz│
624 messagebu 20 0 40116 3600 2296 S 0.0 0.0 0:00.73 dbus-d│
呼叫VNC Connections以後整個VMware UI會當掉
所以我的VM還有一個VNC Connection是誰(望
HiNet台北數據骨幹機房設備進行維護。
(2016-05-28 04:00 ~ 12:00
台北數據機房地區HiNet用戶
HiNet骨幹 台北數據機房 將於105年05月28日 上午04:00 ~ 12:00 進行機房設備維護 ,屆時台北地區用戶上網服務若有短暫影響。
HiNet台北數據骨幹機房設備進行維護。
(2016-05-28 04:00 ~ 12:00
台北數據機房地區HiNet用戶
親愛的HiNet客戶您好﹕
為提昇網路服務品質,HiNet骨幹 台北數據機房 將於105年05月28日 上午04:00 ~ 12:00 進行機房設備維護 ,屆時台北地區用戶上網服務若有短暫影響,敬請見諒,請於施工後繼續使用網路服務,謝謝。
祝您 身體健康 萬事如意
中華電信數據通信分公司 敬上
客服專線:0800-080-412
Wine CMD Version 5.1.2600 (1.6.2)
Z:\home\debian\runner-1463850817527>Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\home\debian\runner-1463850817527
5/21/2016 5:13 PM <DIR> .
5/21/2016 5:13 PM <DIR> ..
5/21/2016 5:13 PM 43 main.sh
5/21/2016 5:13 PM 4 test.bat
2 files 47 bytes
2 directories 1,146,765,312 bytes free
Z:\home\debian\runner-1463850817527>
ls -alh .skicka.metadata.cache
-rw------- 1 JasperYu staff 551M May 13 14:13 .skicka.metadata.cache
HiNet台北數據....
🕓2016-05-28, 04:00 ~ 12:00
🎯台北數據機房地區HiNet用戶
HiNet....
<a>link</a>
求修改意見
為甚麼openjdk能裝得比java官方jdk還久...
如果要wget一個檔案之後然後丟給unzip要怎麼用一行指令搞定
wget URL -O FILE; 7z e FILE
這樣嗎
還是 tmpfile=`mktemp` && wget URL -O $tmpfile && 7z e $tmpfile
mktemp 是隨機生成一個在 /tmp/ 底下的檔案,並回傳檔名
/status@fake_sleep_detect_bot
4DX影院中有這些特效,還有依照影片情節呈現空氣、水霧、香氣、動態座椅效果與震動感等,會讓觀眾感受除了既定的聲光效果之外,更精彩的感官全體驗。
又一個風平浪靜的夜晚,伴隨著微冷的涼風,讓值班在外的記者也感到飢腸轆轆,就讓《蘋果》用短短 1 分鐘的時間,帶大家一嘗港都清晨的排隊美食。(地方中心/高雄報導)
我覺得他應該不會拆 就算真的想好了 考慮到台灣的媒體(你懂得).......
"E-A0015-001", "E-A0016-001"
對這個超棒棒非常rest超符合現代標準規範
wow
such rest
much xml
very earthquake
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
{ [Error: spawn ENOMEM] code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }
會員帳號對應之驗證碼
這東西要去哪裡看(apikey)
@seadog007 @seadog007 @mmis1000 @pcchou
@BirkhoffLee 你是用什麼方法 讓下載下來的檔案自動解壓縮?
而且他好像還是抓 過去24小時內的所有 你要的那個類型的資料
@BirkhoffLee 你做的bot會不會有流量過多的問題? 持續的接收資料...雖然一次檔案都幾KB而已
Kara no Kyoukai (BD 1280x720 AVC AAC) [SEED]/ 這個幫我打包
@mmis1000 推薦mongoose還原版的?
不知道是新增什麼功能,google打不開... 最近office突然清醒,我就爆炸了
問問題
共有64個格子
第一格擺1元
第二格擺2元
一台iPhone 6+ 128G 網站就賺了約一萬元
vinvl這是唬爛吧 這麼多core基本上主機會配i7喔
光CPU 32顆 他說i7 一顆1萬 就32萬 他說他買整台28
他是說他128C256T 然後他切4C8T給自己用
馬的要唬爛 我pentium 4 256C512T啦(X
看他會不會回 我LINUX開虛擬機 用hyper-V技術
Sciuridae@tg 認為 koru1130@tg 的意思是: \._\.
/status@TrustedSleepBot all
吼我要來改Source Code了啦 看不到Online Count 很討厭耶QQ
可是翻到最後沒動力了 所以直接複製 @Tele_zh_tw 的東西(欸
/status@TrustedSleepBot all
我相信他用KVM開vcore可以開到128C256T的VM
@james58899 欸欸 你聽過Univention嗎
@james58899 欸欸 Univention你看一下簡介
Univention Corporate Server (UCS) is a server operating system derived from Debian GNU/Linux with an integrated management system for the central and cross-platform administration of servers, services, clients, desktops and users as well as virtualized computers operated in UCS. Since UCS 4.0 virtual machines can be managed on local servers and on cloud platforms, which are based on OpenStack and Amazon EC2.[2] Univention also supports the functions provided in many companies by Microsoft Active Directory for the administration of computers operated with Microsoft Windows[3][4] via the integration of the open source software Samba 4. Since UCS 3.1, UCS-based components and established third party products, which are certified for UCS, can be installed and integrated via the Univention App Center. Since UCS 4.0-2, also Docker containers can be run on UCS systems.[5]
/status@TrustedSleepBot all
幫我確認一下昨天那臺 Compaq 是什麼 CPU
@james58899 不是啦 我說VIVALDI就Opera 這點有錯嗎
就像我說chromium就是chrome是錯的一樣
所以你的意思是VIVALDI和Opera只有核心u 樣
@james58899 所以VIVALDI和Opera只有核心相同 其他沒關係?
我不在意那種細節阿,反正他用chromium核心就先掰了
沒有,我只是單純覺得chromium核心的瀏覽器都很弱而已
速度快是理所當然的,因為他就是chromium阿速度當然快
@james58899 好
Opera和Vivaldi的關係只有核心相同(Y/N)
@cras4202tw 我記得lockette可以設定不要讓玩家看到OP偷窺的訊息吧?
喔好,所以那vi三小的瀏覽器是某人看opera死了跳出來再幹出一個的東西
@james58899 我機器上面都是你的動畫....
Hmmm..... @james58899 高校艦隊那什麼的看起來好像不錯,不要刪(O
@TsundereChen 阿對,我那原本就是故意不刪的
Compact Size Front SIM type 128 SIM GSM SIM Server
我覺得他雖然沒有做得很好,但是至少沒有貪污貪一堆吧
可是其實這樣看來也好像不是很準,比較 8 年夠一個總統安插人馬了(?
@Sciuridae 你最好需要 2011....
@Sciuridae 再付 3k,機器就都是你的(不含 PSU & HDD)(?
PChomePay支付連 現金 (ATM、餘額、銀行支付) 沒有信用卡 (X
應該早一點去看Contributing Guildling
我從美國的伺服器curl顯示Welcome to nginx!
誒wwww好招誒,下週日沒付也是一天加 100NTD(X
@TsundereChen 從伺服器ping不出去...
華擎雙路2011主機板 + 16核32線 E5-2670 2.6G 雙CPU+128G RAM 30000 ._.
如果重起就好了,你要不要考慮Debian或FreeBSD了...
還是我要買一片2011雙路主機板 >_>
然後ㄊㄅ e5
503 & 523 & 522.............
@TsundereChen 阿幹,我好像知道為什麼了...
而且怎麽可能 MikroTik 這麼不耐操......
@james58899 先不要動機器,我看看 RouterOS
網易要在中國開Minercaft官方Server欸
不用惹,我可以確定是linux kernel的連接數限制了
.............................................
E5-2670 2000x2 8G ECC x16 16000 主板 10000
@TsundereChen 你覺得 E5-2670 x2 8G DDR3 ECC x16 加一個雙路主板 多少 (####
@cras4202tw @james58899 vinvl上線惹耶
/status@TrustedSleepBot @koru1130
台湾新幹線の先頭部に付いた、トンネル内の鳥やバットの血痕。どう見ても甲◯城なんだか
clisp 因為維護者擺爛,被踢出 debian 的正式 apt 頻道了 .-.
那如果我是要寫Telegram Bot的話 V指的是Telegram上顯示的東西嗎
為什麼,要我教妳電腦還要帶男朋友?可以不要這麼...
@koru1130 你為什麼在需要空白的地方不加空白 不需要的地方就加
/1
owo( 'owo', owo )
/2
owo('owo', owo)
誒這樣 你們兩個合併收入可以一個月讓我進帳2000以上誒
問:
$('#pic').html('<img src='+res.pic+' />')
$("#pic").attr("src",res.prc)
(
[aaa]kajldkfjalsdkf[/aaa] 怎麼變成 aaa=kajldkfjalsdkf
Specifying a string as a parameter
The replacement string can include the following special replacement patterns:
這是為了防濫用不給你用的標籤,所以應該很複雜吧...
你會出現[ouo][owo]asdasdasd[/owo]adsd[/ouo]這種包來包去的狀況嗎
用了 [] 就可以直接把你的 <> 全部變 > < ,然後再開始解析部分許可的 [tag]
我只是想要把 [aaa]aaa[/aaa]轉成 aaa=aaa
這樣是不是得把所有用到regex的地方都檢查一遍阿QQ
所以你為什麼要[aaa]aaa[/aaa]轉aaa=aaa
在img裡面塞什麼 owo.com/coin3x/posts/ouo/like
好ㄛ 沒想到流動日報有給Clark Chen host過
可惜不知道錢幣住哪,不然等等就頭城火車站下車了wwwwww
覺得Vivaldi 優化Chrome的有扯到...
@TsundereChen 即將和 @coin3x 第一次接觸了
他是Chrome改的沒錯 所以還是可以 chrome://flags XD
S_ean@tg 認為 seadog007@tg 的意思是: 明明就是SeanSeanSe
幹嘛啦,你應該比較想看到 @chris1004tw 啦
如果真的逼不得已一定要用.html()產生DOM , 怎麼辦
一個分頁就已經比firefox肥了,多開幾個分頁不舊悲劇了
aria2 RPC server 用到的6800端口,我可以换成其他的吗?
如果真的逼不得已一定要用.html()產生DOM , 怎麼辦
可以阿,不過我是直接讓他在防火牆內用nginx proxy
@mmis1000 childprocess exec loop會mem爆炸耶 怎麼處理qwq
如果你是想像bash的while一樣,那你應該會想要sync的exec
就是我用settimeout弄一個十五秒一次的loop
loop裡面是exec一串bash指令
然後過幾分鐘會狂跳enomem
tmpfile=mktemp && wget "URL" -O $tmpfile -q && unzip -qq -p $tmpfile
tmpfile=\mktemp\ && wget "URL" -O $tmpfile -q && unzip -qq -p $tmpfile
tmpfile=mktemp && wget "URL" -O $tmpfile -q && unzip -qq -p $tmpfile
tmpfile=``mktemp`` && wget "URL" -O $tmpfile -q && unzip -qq -p $tmpfile
正常人Bug Skill [|||||||]
Koru Bug Skill [|||||||]||||||||||||||||||||||||||||||||||||||||||||||||||||||||
然後Firefox有沒有像Chrome一樣能夠所有網頁都放大125%
我記得好像就是因為Firefox不能全部網頁都在125% 我才改回去Chrome的
Chromium + Ubuntu = Cub才對
還有 has no access to message (bot)
你意思是我的 @licson_tracer_bot 要走啊
反正你再怎麼改 我只會看到你的英文+中文名字 www
@Sciuridae 真的覺得你不要亂看主機,看了就會想買,想買就會存錢,存錢就可以買
這不是壞事,但你會亂買(?
如果損毀到連 mcedit都救不了,砍chunk是唯一解啊
@HybridGlucose 但是我沒在用PTT www
你看我x264 faster preset + Watch Dogs才40%
@hugwalk 叫他們改用LibreOffice啦
不要助長盜版
應該說,這裡與其 RTFM,更推薦解決問題的第二種方式
但是我光是開Veryfast 我CPU就受不了了...
求可以 asjhdajfhkd[bbcode]adsfasd[/bbcode]asdjlkafdj;;'<script>alert(1)</script>dsfkjl'dsafa
你還不如做「恭喜你得到一台 iPhone 6S」(#
然後跟我豪洨:
「你看那些『玩』(這句我很反感)電腦的有多少人是用正版的」
這一定是被拆開來重新包裝都 Chrome 對不對(?
May 22, 2016
Bot API 2.1. Added more tools for group administrator bots. Your bot can now get a list of administrators and members count in a group, check a user's current status (administrator, creator, left the group, kicked from the group), and leave a group.
Added new methods: getChat, leaveChat, getChatAdministrators, getChatMember, getChatMembersCount.
Added support for edited messages and new mentions from Telegram v.3.9. New fields: edited_message in Update, edit_date in Message, user in MessageEntity. New value text_mention for the type field in MessageEntity.
@mmis1000 你可以做Edit history了
到底該怎麼在
jashkfljahdflkjahsdl';ladfjkl[bbcode]asjdhflk<img src=".." />[/bbcode]asdjla;dsf<script>alert(1)</script>
我回家來想要怎麼用 Python 來寫 TG 監控電腦的 Bot 好了,應該不是很難才對(?
怎麼不讓script執行, bbcode正常轉乘img
反正 Python 都有給 TG API 的 Framework 了
我們伺服器server就是windows 2012R2
話說上次誰跟我說用 Kubernetes 的…那東西很像只能在 GCE 玩?
像是我的機器的網管很神奇的居然是 @james58899 欸(#
我們資訊組長很看重我R 有要叫我帶資訊社社長的意思 可是我跑去吉他社了XD
好 那現在變成我們的立場和 @mmis1000 不一樣了
我原本想說 Kubernetes 可以在自己機器上部署
去用 nbtexplore隨便打開一個 mca看啦
block entity 用data tag
這樣解釋好ㄇ
@mmis1000 Entities encompass all dynamic, moving objects throughout the Minecraft world.
Ghast and blaze fireballs; wither skulls Explodes on impact/deflected on hit n/a 1 minute ∞ 1.0×1.0 (Ghast), 0.3125×0.3125 (Blaze) Fireball (12), SmallFireball (13) Only ghast fireballs can be deflected.
Ender crystal Yes n/a No 5 (Heart.svgHeart.svgHalf Heart.svg) 1.0x1.0 solid(the bedrock part) and 2.0x2.0 textured EnderCrystal (200) Explodes when struck by anything, regardless of damage inflicted
Entities listed as “solid” obstruct the passage of other entities.
The size is in block lengths (usually considered to be 1 meter), and is the size of an axis-aligned bounding box with the specified width in both horizontal dimensions (X and Z) and the specified height in the Y dimension. This box does not rotate as the object rotates visually.
For a listing of numeric entity IDs, see Data values.
Motion of entities[edit | edit source]
Gravity works differently in Minecraft than the real world, as not everything is subject to the same acceleration. Additionally, there is a drag force proportional to velocity, again dependent on the entity.
Kind Acceleration
blocks/tick2 Acceleration
m/s2 Drag
1/tick Terminal velocity
blocks/tick Terminal velocity
m/s
Players and other living entities 0.08 32 0.02 3.92 78.4
Items, falling blocks, TNT 0.04 16 0.02 1.96 39.2
Boats and Minecarts 0.04 16 0.05 0.76 15.2
Thrown Eggs, Snowballs, Potions, and Ender Pearls 0.03 12 0.01 3.00 60.0
Fired Arrows 0.05 20 0.01 5.00 100.0
Blaze/Ghast Fireballs, Wither Skulls 0 0 0 1.90 38.0
Note that when thrown objects and arrows are simulated, the drag is applied before the acceleration, rather than after; this is why their terminal velocities are whole numbers where the others aren't.
Further notes[edit | edit source]
Item frames, paintings, armor stands, Ender Crystals and lead knots are entities, but they are unusual in that they are aligned to the block grid and are completely immobile. Doors, portals, double chests, and beds, the other objects larger than a single block, are actually groups of adjacent blocks.
Arrows, TNT and falling sand (and its variants) are assumed to have infinite health because they are not destroyed by explosions (they can be fired out of TNT cannons), nor by being on fire for long periods.
Boats and minecarts[edit | edit source]
See also: Transportation (contains information about speed)
Boats and minecarts appear to recover health over time. For example, they can be broken by hitting them quickly, but cannot be destroyed by hits with unarmed hand with a pause after each hit. The amount of wobbling displayed by boats and minecarts when struck appears to indicate their current health.
Falling blocks[edit | edit source]
The following description refers to sand for brevity, but gravel, anvils, red sand and dragon eggs behave in exactly the same way.
Sand normally exists as a block. When a sand block's support is removed, it turns into a falling sand entity and falls down until it hits another object, at which point it places itself as a block in the nearest on-grid position, or turns into a sand resource if that position is occupied. The only time this is not the case is when the object falling is an anvil, in which case the anvil will delete any block it attempts to occupy the same position with. While sand ordinarily falls straight down, it can be redirected by explosions and pistons. It is also possible to modify the velocity and direction of falling sand by using third party programs. Sand will despawn if it doesn't land after 30 seconds of falling (decreasing to 5 seconds if it is in the Void).
Most entities can be pushed around by water currents. Some entities can be renamed by using a name tag on them.
Entities cannot pass through solid blocks. Most types of entities prevent blocks from being placed in the space they occupy, except for resources (dropped items) and experience orbs, which are automatically pushed out of the block to open air. Also, if an entity does overlap a block, (due to falling sand or a door being swung), then it is free to move out of the solid block but not back in. (For example, if a door is closed on you, you can jump up and stand on top of the bottom half-door block, if there is air above the door.)
Entities are lit according to the light level of the block their position is in. For example, if a minecart runs over a non-straight track directly into a solid block, it will turn black (since solid blocks always have a light level of 0); arrows are also sometimes seen to turn black (especially if fired shallowly into the ceiling).
Types of entities[edit | edit source]
The following types of entities currently exist in Minecraft.
Type Solid Drops
when killed/destroyed Despawns Health Width × Height ID Notes
The Player Yes Contents of their inventory No 20 (Heart.svgHeart.svgHeart.svgHeart.svgHeart.svgHeart.svgHeart.svgHeart.svgHeart.svgHeart.svg) (Varies with attributes) 0.6×1.8 Player Special case: Notch also drops an apple.
Note: Players will also become un-rendered around 64 blocks away
Mobs Yes see Drops see Spawn Varies Varies see Entity IDs
Boats Yes Sticks and wood planks if broken with fall damage, boat if hit by a player No 6 (Heart.svgHeart.svgHeart.svg) 1.5×0.6 Boat (41) Recovers health quickly over time.
Takes damage from colliding with blocks or other entities at high speed.
Minecarts Yes (to projectiles and other minecarts) 1 minecart No 6 (Heart.svgHeart.svgHeart.svg) 0.98×0.7 MinecartRideable (42), MinecartChest (43), MinecartFurnace (44), MinecartTNT (45), MinecartHopper (46), MinecartSpawner (47), MinecartCommandBlock (40) Recovers health quickly over time.
Snaps to rails if in a block occupied by them.
Items Only to boats and minecarts None 5 minutes 5 (Heart.svgHeart.svgHalf Heart.svg) 0.25×0.25 Item (1) Destroyed by explosions, fire, lava, cacti, and falling anvils, but cannot be struck. The only exception is the Nether Star, which cannot be blown up.
Experience orb No None 5 minutes 5 (Heart.svgHeart.svgHalf Heart.svg) 0.3×0.3 XPOrb (2) Same behaviors as dropped items; also attracted to the player.
Projectile arrows Yes (to boats and minecarts) n/a 1 minute ∞ 0.5×0.5 Arrow (10) Damages other entities if moving; harmless when stuck in a block.
Projectile snowballs, eggs Breaks on impact n/a No ∞ 0.25×0.25 Snowball (11) Eggs may spawn a chicken on impact. (1/8 chance)
Projectile ender pearl Breaks on impact n/a No ∞ 0.25×0.25 ThrownEnderpearl (14) Teleports player on impact and deals 5 (Heart.svgHeart.svgHalf Heart.svg) of fall damage
Thrown eye of ender No Eye of ender after flight (1:5 chance of shattering) No ∞ 0.25×0.25 EyeOfEnderSignal (15) Floats towards the end portal in the closest stronghold.
Launched firework rocket No n/a Varies (explodes) ∞ ? FireworksRocketEntity (22)
Primed TNT No n/a 4 seconds or fewer
(Explodes) ∞ 0.98×0.98 PrimedTnt (20)
Falling sand No Itself as an item (unless hits ground) Once entity hits ground or ~4 seconds ∞ 0.98×0.98 FallingSand (21) Drops itself when landing in a non-solid block such as a torch.
Fishing Rod bobber Only to boats and minecarts n/a 1 minute ∞ ? unknown This entity has a different name for different languages, unknown being the name in English.
Lightning bolt No n/a 1-3 ticks ∞ ? LightningBolt
Lead knots, paintings, item frames, and armor stands No 1 Lead, 1 painting, 1 item frame or 1 armor stand (item frames will drop item inside; armor stand will drop armor/equipment on it) No ∞ Varies LeashKnot (8), Painting (9), ItemFrame (18), ArmorStand (30) Drops as an item when struck
If, when the world is created, a cave is generated underneath sand, Minecraft will fail to update the block (as said in the code to not make sand fall when it is generated) and the sand will remain floating until a block is changed under, above, or beside it. This latter fact means that a single falling sand block can trigger the collapse of an entire region of sand; therefore, sand ceilings should not be disturbed unless one is outside the area, standing over a torch, or prepared to dig out quickly once the sand has fallen.
Right-clicking[edit | edit source]
Entities with right-click actions (boats, minecarts, ocelots, villagers and wolves), unlike blocks with right-click actions (such as chests), do not stop the right-click action of a tool you are holding. For example, if you right-click on a tamed wolf with a water bucket in your hand, the wolf will sit, but you will also empty the bucket at the wolf.
Riding[edit | edit source]
Entities may be riding on, or attached to, other entities. When this is the case, only the lower/"outer" entity's volume collides with other things, and only that entity can control movement. But there are exceptions: Players riding minecarts/boats/saddled horses; baby zombies riding chickens. The currently possible combinations in vanilla survival are:
A mob or player in a minecart or boat.
A player on a saddled pig, horse, donkey, or mule.
A skeleton or wither skeleton on a spider; also known as a spider jockey.
A baby zombie, zombie pigman, or zombie villager on a chicken; also known as a chicken jockey.
It is possible to have multiple levels, such as a player on a pig in a minecart.
Entities can also be stacked on top of each other with the /summon, and /entitydata commands.
If an entity is riding another entity, the top entity cannot teleport because as soon as the teleport is made, the entity is teleported back to riding the other entity. Since Minecraft smooths out movements by showing entities at locations between new and old positions, this may result in seeing the entity at several locations between riding the other entity and their teleport location.
Common NBT data[show][edit]
Video[edit | edit source]
History[edit | edit source]
Official release
1.1 Players can not interact with entities from far away in Creative mode.
1.4.2 12w34a Entities can use portals.
1.9 15w36a Most entities (exceptions being items and xp orbs) can now be pushed by other entities.
15w45a Entities bunched up in a 1x1 hole together no longer push away entities touching adjacent corners.
See also[edit | edit source]
Block entity
Entities[show][edit]
Environment[show][edit]
Categories: EntityEnvironment
Around The Web
6 VIDEO GAMES WHERE YOU CAN BE THE BAD GUY
5 GAMES YOU'RE LUCKY YOU EVEN GOT TO PLAY
8 VIDEO GAME GLITCHES SOMEONE SHOULD'VE BEEN FIRED FOR
6 VIDEO GAME SECRETS INTENDED TO BE HIDDEN FOREVER
All entities have these properties:
A position, velocity, and rotation (as according to ordinary Newtonian physics).
A specific volume they occupy, which is a 3-dimensional box with a fixed height and width (square when viewed from the top, and not rotating).
Current health.
Whether they are on fire. Fire reduces health gradually and displays flames covering the entity.
Effects, caused mainly by splash potions. Spiders can also spawn with effects when playing on hard mode.
Block data update detector(X
/channel_name@mmis1000_test_bot
/google@quickSearchBot BDUD
@S_ean 你真的很閒的話不如去看資芽C語法班的課程講義
這種格式叫什麼名字
2016-05-22T04:58:31+08:00
我最喜歡的版本大概是
1.7.10---1.7.2---1.6.2---1.5.2---1.4.7
console.log new Date('2016-05-22T04:58:31+08:00').getTime()
console.log new Date('2016-05-22T04:58:31+08:00').getTime()
可以發bbcode又可以escape unexpect html
我已經提議過了,然後 @Cute_Panda 不了了之的拒絕了
我寫過Minecraft伺服器實作Block儲存也是這樣
Pos = x * 256 * 16 + y * 16 + z這樣之類吧
有點像創世神在give的時候 nbt裡頭的rgb?
@seadog007 是拿2g在傳檔喔 1G的東西傳這麼久
我該到Stackoverflow問有沒有lib嗎? ._.
"Please change battery. (0/2049)"
koru1130@tg 認為 james58899@tg 的意思是: 其實我手上操控著大概三個Minecraft伺服器
t510599@tg 認為 ysitdbot@tg 的意思是: koru1130@tg 認為 james58899@tg 的 意思 是: 其實我手上調教著大概三個Minecraft伺服器
我還以為你會開infinity evolution skyblock
@mmis1000 戳戳 假設A require了B 要怎麼讓B呼叫A裡面的function
@chris1004tw L4D2 有一定要正版才能玩多人連線嗎?
如果用CLI直接連線 好像可以跳過Steam Server
還是說用event的方式? 如果B是處理Telegram訊息的 A是主要控制的話
在大會上, Google 工程師展示了將一個攝影鏡頭安裝到了手機上,然後為觀眾拍攝了一張照片。此次活動贏得最多喝彩的一個環節是,當他說「OK, Google ,彈出攝像頭」後,攝影鏡頭就從手機上彈出。
遇到朋友 看到他拿著ARA 的話
OK, Google ,彈出攝像頭
@chris1004tw 等我抓 L4D2,等等來玩好不好ww
@mmis1000 剛剛看了下文章 DI就是把物件丟給其他class處理 而不是讓其他class自己產生嗎?
@TsundereChen 話說我覺得我看的動漫和你看的重複率有點高,以後我都不要刪好惹
Birkhoffs-MBPR:Telegram-Earthquake-Bot birkhoff$ NODE_DEBUG=fs coffee src/index.coffee
Successfully conencted to Telegram API Server.
events.js:154
throw er; // Unhandled 'error' event
^
Error: ENFILE: file table overflow, open '/tmp/E-A0016-001_1463906968.zip'
at Error (native)
不是 你不是說你推薦Depedenacy Inject嗎
是說log現在有可能顯示那個王八蛋在亂改訊息害人了
等等,我先抓 L4D2 看看,如果不行連線再買(#
cant connect to default or fallback server
Time out / ConnectException / 人在虛空 沒有地圖
我比較有興趣爲甚麼要用 @TsundereChen 的伺服器轉接(望
我遇過 手機開的了 電腦不能reslove的網頁 這是安怎
@mmis1000 那可以大概講一下那是什麼東西嗎
@mmis1000 戳戳 所以原本主控權會在框架那 然後DI可以把主控權拿回來?
只會送 edited message沒有 deleted message之類
@mmis1000 所以大概會是在index.js裡呼叫 new 主程式(new B()) ?
@james58899 我先把 BT 切掉了,看等等會不會好一點
宣告在類別裡面的是方法 (Method)
獨立於類別之外的是函式 (Function)
@@
不對 @james58899 Server有在做種?
@chris1004tw Watch Dogs Bad Blood
因我我開著OBS 難怪我們家上傳佔了1.67MB/s
要是看那個文筆可以跟我一樣好,you can try
因為那個時段等公車還要一小時(結果我自己也走了一小時
好喔,剛剛有個天兵記憶體只有8G開7.5G給Minecraft然後閃退
Ah... Minecraft,可惜不知道到底該玩誰的服
if walking on road at night: there is no store open(?
我家這裡的 4G 極限差不多跟 Server 上傳相等,所以這應該算速度極限
if(isWalk() && isNight())
store = null;
說真的 在我買伊莉以前 我不知道伊莉有那種東西...
誒對 @chris1004tw 是說 Coldplay 是要退休了嗎?
所以有人要告訴我伊莉到底有什麼資源嗎... 我除了進BT影片下載區 其他都沒去過..
I am writing korued sentence koruly.
其實我覺得我那裡的你能全部看完就有點厲害了說....
vi.: I can help you to koru.
vt: Can you help me to koru his computer?
adj.: Your computer is korued.
adv.: He is working koruly.
n: Do you think your kid as good as koru?
@seadog007 那你要來講一下這有哪些文法嗎www
@chris1004tw 試一下,你應該可以讀取了
三態
koru
korued
korued
其他變形
koruly
koruing
koruty
koruify
誒 @chris1004tw 你沒收到通知什麼的?
如果 走在路上在晚上:
開著的商店沒有;
如果 ...: python
走在路上在晚上 英文
開著的商店沒有 日文
; C like
What did you think I know what are you fucking talking about
/translatekoru@seadog007 What do you think what we think is cool
/translatkoru@seadog007 koru koru koru
是說這樣不知道你的NAS會不會一堆人來Try wwww
對厚... @chris1004tw 你的帳號是不可共享的歐,記得
但也不意外 (? 畢竟這台NAS的主人很傲嬌 名字剛好也叫傲嬌
QTS 真的秀抖....Qnap 是怎樣,拿這個未完成的 OS 出來給別人是討罵嗎
...................我是不是知道你的密碼......
好像驗證如果沒有Authenticator在身上 他就得用到這個惹
/translatkoru@seadog007 not koru and koru koru
@chris1004tw 玩DLC Watch Dogs Bad Blood
@mmis1000 @ysitdbot 的source code在哪裡阿
Hello coin3x@tg,
I am ysitdbot.
You could use /help to get all commands and usage of this bot.
我記得是 三國演義->儒林外史->老殘遊記 西遊記忘了
@TsundereChen 你的L4D2好了嗎..
宋元話本為主 特別去查 可是我不知道話本是三小XD
@TsundereChen 你好了再TAG或PM我 我先來玩一下osu!
我寧願回去玩至少開車不悲劇 DLC還免費更新的GTA V
Bad Blood是說他幫了Aiden以後的故事 他要怎麼逃離芝加哥
ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ
你說ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ喔
ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ ﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞﱞ
Stackoverflow要comment還要錢喔
可是他把fs gracefulify 跟那個沒關係吧???
我以前在StackOverflow回答問題可多了(望
之前那個window檔案不能取名nul的,到現在還有進帳
@mmis1000 所以大概會是在index.js裡呼叫 new 主程式(new A()) ?
FBI不是也叫Telegram不要加密
然後創辦人各種逃
Because require-dir use fs, so EMFILE occured. You can go to node_modules/require-dir/index.js , Line:4 modify it into
var FileQueue = require('filequeue');
var fs = new FileQueue(100);
then, i think it will work (You may send pull request to requireDir's repository if it works well)
所以本來想說看能不能讓Vivaldi接手Chrome的位子就是這樣啊
Because require-dir use fs, so EMFILE occured. You can go to node_modules/require-dir/index.js , Line:4 modify it into
var FS = require('graceful-fs');
then, i think it will work (You may send pull request to requireDir's repository if it works well)
for i in {1..100000} do touch ${i}.js done
我覺得 readFilesync真的會碰到EMFILE嗎
我覺得有點矛盾.... 阿 算了 反正我又沒真得進去玩
照這訊息來看, EMFILE根本不是出錯在build 資料夾裡阿
如果拿Google的MachineLearing 去打 Google CAPTCHA 會怎樣 ???
現在Captcha的圖片來自Google Maps的辨認系統
@seadog007 你會用微分來看比特幣漲跌了嗎?
目前榮登Youtube Views 第一名的樣子 (?
S_ean@tg 認為 koru1130@tg 的意思是: 我有能力一定要想辦法用YT搞點錢
這Youtube Views list 有沒有English...
我這裡包含小寫的ysitd,他卻只有幫我更正回大寫
可是我看完以後他就每一段影片都給我看同一個廣告有點煩 XD
呃 好ㄛ XDDDDDDDDD @TsundereChen 好可愛 (X
就是理論上是圈的到
但是老天要看心情給我定位
為了達成定位條件
我必須先搭起神壇
向東方磕三個磕頭
再拿出拂塵畫出Ingre$$的書寫體
這樣才會有87%的機率定位到
你們真的不需要 YSITD for Ingress 嗎....
原本是限定200 但是想到之前的Abaddon 所以下修到150
有人想要做Spigot Plugin: 工業插件嗎?
@james58899 剛剛我抓的那個 L4D2 好像怪怪的
就連FB,Google和Amazon都選擇在TPIX而不是在TWIX
101台北市信義路一段21號數據通信大樓六樓TWIX機房
這不合理OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO
24 GB RAM......給你用感覺有點浪費(X
對了 使用VM 大袋要幾 G 的 RAM 才能跑得順暢阿
我不要再試除了 BitoEx 以外的 Debit Card 了
每次開VM cpu佔有率都噴到85以上 這是正常的?
只要開 VM 再開 Android模擬器 就會高達85%
@james58899 @TsundereChen 等我弄完繁體中文再給你們 殘體看了好討厭
我看一半就棄了,那個故事我覺的還是聽歌查資料比較好
用 ZT 或是 Hamachi 建立 LAN 就好了
只是這樣 @james58899 以後要玩都得打指令進來
我的Twitter好像也是 @chris1004tw
我突然有個有趣的想法
YSITD Snowball
當你今天要傳輸大量的檔案的時候,有時候網路速度會相當不給力
這時候,AWS 會借你一個大容量儲存裝置,然後給你放檔案