会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jensenshoe
博客园
首页
新随笔
联系
订阅
管理
2025年11月12日
[PERC] 学习笔记
摘要: //Usage: PERC LOAD <tvf_function_name> INIT <init_proc_name> SELECT <rule_proc_name>//Example: PERC LOAD esd INIT esd_init SELECT rule_1 加载名为esd的TVF函数
阅读全文
posted @ 2025-11-12 11:59 JENSEN_SHOE
阅读(436)
评论(0)
推荐(0)
2025年10月29日
[SKILL] 常用语句
摘要: 1. 判断子字符串是否被包含在一个字符串中 index(string1 substring1),index()返回在string1中遇到的第一个substring1及其之后的所有内容,如果不包含substring1则返回nil e.g. string1 = "inv_25_mac" substrin
阅读全文
posted @ 2025-10-29 19:05 JENSEN_SHOE
阅读(27)
评论(0)
推荐(0)
2025年10月24日
[linux] 文件夹可写权限的关闭和打开
摘要: 设置仅可读: chmod -R a-w <folder_path> 打开写权限: chmod -R 766 <folder_path>
阅读全文
posted @ 2025-10-24 16:55 JENSEN_SHOE
阅读(23)
评论(0)
推荐(0)
2025年10月16日
[git] 常用命令
摘要: 1. 将一个文件夹push到现有的仓库中 1 cd existing_folder 2 git init --initial-branch=main 3 git remote add origin git@gitlab.xx.local:your_username/your_proj_address
阅读全文
posted @ 2025-10-16 20:22 JENSEN_SHOE
阅读(32)
评论(0)
推荐(0)
公告