Open git bash with admin privilege.
cd "C:/Program Files/Git/usr/share/mintty"
mkdir -p emojis
cd emojis
curl https://raw.githubusercontent.com/wiki/mintty/mintty/getemojis > getemojis
./getemojis -d| function dynamicMergeCells(dataSource: [], index: number, key: string) { | |
| const data = dataSource.map((item) => item[key]); | |
| const result = [] as any; | |
| let count = 1; | |
| for (let i = 1; i < data.length; i++) { | |
| if (data[i] == data[i - 1]) { | |
| count++; | |
| result.push({ |
| function printC(list, flag) { | |
| let columns = {}; | |
| let columnsI = []; | |
| list.map((item) => { | |
| columns[item.dataIndex] = item.title; | |
| item.title = `t('${flag}.${item.dataIndex}')`; | |
| }); | |
| console.log(columns); | |
| console.log(list); | |
| } |
Open git bash with admin privilege.
cd "C:/Program Files/Git/usr/share/mintty"
mkdir -p emojis
cd emojis
curl https://raw.githubusercontent.com/wiki/mintty/mintty/getemojis > getemojis
./getemojis -d| [ | |
| { | |
| "id": "1", | |
| "title": "Carpet", | |
| "shape": "poly", | |
| "name": "1", | |
| "fillColor": "#00ff194c", | |
| "strokeColor": "black", | |
| "coords": [264, 332, 319, 320, 328, 332, 338, 386, 276, 402, 264, 332], | |
| "polygon": [ |
| onMounted(async () => { | |
| // const data = await accountInfoApi(); | |
| if (taskId.value !== undefined) { | |
| const data = await getTask(taskId.value); | |
| // task.then((result) => { | |
| // bodyList = result.body; | |
| // }); | |
| setFieldsValue(data); | |
| } | |
| }); |
| rustup component add rust-src | |
| export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" |
| // Generated by gfwlist2pac | |
| // https://github.com/clowwindy/gfwlist2pac | |
| var domains = { | |
| "ggpht.com":1, | |
| "gimpshop.com": 1, | |
| "directcreative.com": 1, | |
| "speedpluss.org": 1, | |
| "mingpaovan.com": 1, | |
| "wikinews.org": 1, |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| require 'RMagick' | |
| $scale_size = 256.0 | |
| $img_fn1 = ARGV[0] | |
| $img_fn2 = ARGV[1] | |
| $scale_size = ARGV[2].to_f if ARGV[2] | |
| def calculate_threshold(img_fn) | |
| dir_name = File.dirname(img_fn) |
本文完全参照 http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1420886 ,两者原理一样,内容大同小异,本文方便没有 osx 系统和初次安装的人。
本文适用范围:thinkpad t410 配有独显的型号,并且机器上原来只有 windows 8.1 (或者 7 或者 8,xp 不知道能否成功)系统,并且硬盘有足够空间,并且硬盘是 mbr 分区的。除非你知道你自己在干什么,以上条件缺一不可。
本文涉及到的帖子为:
请预先下载以下文件: