Hunter的大杂烩 技术学习笔记

2023-07-10

KET 1970个词汇表(中英文对照)

Filed under: 技术话题 — hunter @ 3:51 pm

dry 干的
drum 鼓
drop 滴
driving licence 驾驶执照
drive home 开车回家
drive 驾驶
drink 喝
get dressed 穿好衣服
dress 连衣裙
dream 梦
drawing 绘画
draw 画
dozen 打

2023-07-06

chrome console一些妙用

Filed under: 技术话题 — hunter @ 11:35 pm

输出某个节点下的纯文本内容,合并了多个子节点:$x(“string(//*[@id=’content_views’]/p[6])”)

提取mysql dump文件中特定表的sql

Filed under: 技术话题 — hunter @ 9:33 pm
  1. 提取create table sql
    • perl -ne ‘print if /CREATE TABLE/../ENGINE=/’ dump.sql > create.sql
  2. 提取insert sql
    • sed -n -r “/^INSERT INTO \`(table1|table2|table3...)\`/p” dump.sql > data.sql

2022-12-17

windows11下安装tensorflow

Filed under: 技术话题 — hunter @ 1:07 am
  1. 安装python
  2. 安装anaconda
    • 出现错误:CondaSSLError: OpenSSL appears to be unavailable on this machine.时,参考https://blog.csdn.net/xiangfengl/article/details/127597065,从\Anaconda3\Library\bin拷贝2个dll到 DLLs目录下
  3. asdf

2022-12-14

windows下安装docker[草稿]

Filed under: 技术话题 — hunter @ 1:08 am

参考:

https://learn.microsoft.com/zh-cn/windows/wsl/tutorials/wsl-containers

https://blog.csdn.net/hymnal/article/details/126960005

Older Posts »

Powered by WordPress