• 2024-09-19大人时代变了,ChatGPT使用指南(喂嘴里)
    目录一、面向软件开发人员的ChatGPT提示词二、AI能力对比和推荐三、AI能做什么国外ChatGPT的大模型工具使用对于国内大部分人来说仍然有比较大的门槛,比如网络访问限制问题,账户注册限制,账户封号等问题。那么在国内,有没有一些可替代工具呢?这篇文章就给大家分享一些高效的
  • 2024-09-04Go - Web Application 5
    ProcessingformsWe’regoingtoaddanHTMLformforcreatingnew snippets.Theformwilllookabitlikethis:Thehigh-levelflowforprocessingthisformwillfollowastandardPost-Redirect-Get patternandwillworklikeso:1.Theuserisshownthe
  • 2024-09-03Go - Web application 3
    Displayingdynamicdatafunc(app*application)snippetView(whttp.ResponseWriter,r*http.Request){id,err:=strconv.Atoi(r.PathValue("id"))iferr!=nil||id<1{http.NotFound(w,r)return}snippet,
  • 2024-09-03Go - Web Application 2
    Creatingadatabaseconnectionpool//Thesql.Open()functioninitializesanewsql.DBobject,whichisessentiallya//poolofdatabaseconnections.db,err:=sql.Open("mysql","web:pass@/snippetbox?parseTime=true")iferr!=nil
  • 2024-07-30vscode snippets
    snippets\cpp.json{ //Placeyoursnippetsforcpphere.Eachsnippetisdefinedunderasnippetnameandhasaprefix,bodyand //description.Theprefixiswhatisusedtotriggerthesnippetandthebodywillbeexpandedandinserted.Possibleva
  • 2024-07-16Autobots应用探索:实践中的思考与发现
    背景背景1:作为一名测试,日常工作中必不可少的几个环节是查看需求文档、编写测试用例、处理线上问题、能力提升等,基于集团的https://xxx.jd.com/工具能一次性帮我们把这些事情都做了;背景2:作为XXX共建项目的成员之一同时也是第一批用户,我用它做了几个测试实践,和大佬们一起探讨交
  • 2024-03-11(C++)树状数组和线段树的VSCode Snippet
    学都学了,肯定要往snippet里塞好东西嘛{ //Placeyoursnippetsforcpphere.Eachsnippetisdefinedunderasnippetnameandhasaprefix,bodyand //description.Theprefixiswhatisusedtotriggerthesnippetandthebodywillbeexpandedandinserted.
  • 2023-12-20VisualStudio2019创建Code Snippet
    CodeSnippet是什么CodeSnippet,与其称其为代码片段(CodeBlock),将它翻译成代码模板(CodeTemplate)可能更合适一些。任何一段代码都可以叫做代码片段,我们这里要讲的不是这种随性的东西,而是一种快速生成代码的快捷方式,通过它可以有效地提高我们的编程效率。举个例子,假如你在C#
  • 2023-12-06NPOI snippet
     exceladdress(varcr=newCellReference("D5");)1varworkbook=newXSSFWorkbook(stream);2varsheet=workbook.GetSheetAt(0);34varcr=newCellReference("D5");5varrow=sheet.GetRow(cr.Row);6varcell=row.Get
  • 2023-10-20Image中的transformation理解【swt.snippet】
    /********************************************************************************Copyright(c)2000,2005IBMCorporationandothers.*Allrightsreserved.Thisprogramandtheaccompanyingmaterials*aremadeavailableunderthetermsoftheEclip
  • 2023-10-20Vetur
    1.Vetur:格式化代码、高亮、代码格式检测、自带Emment、括号自动补全(vue不用装).Features:①.Syntax-highlighting②.Snippet③.Emmet④.Linting/ErrorChecking⑤.Formatting⑥.IntelliSense⑦.Debugging⑧.FrameworkSupportforElementUI,OnsenUIand
  • 2023-10-17VSCode 小技巧 配置代码模版 vscode snippets
    第一步mac输入shift+command+p(windows输入ctrl+shift+p),输入snippets,点击如下图选项。第二步,选中新建全局代码片段文件。第三步,输入一个全局配置文件名,例如snippet.config第四步,进行配置{//Placeyour全局snippetshere.Eachsnippetisdefinedu
  • 2023-08-21日常工具使用小记录 (daily tool usage snippet)
     1.如何上传本地文件至服务器(howtouploadlocalfilestoserver)1.1启动本地server假设本地目录C:/your_home/tmp,该目录下有文件test.txt cdc:/your_home/tmppython-mSimpleHTTPServer8081//新开另一个命令窗口openanothercmdtabifconfig//
  • 2023-08-04Xcode Snippets 功能详解
    http://nshipster.com/xcode-snippets/iOSdevelopmentallbutrequirestheuseofXcode.Toitscredit,Xcodehasimprovedprettyconsistentlyoverthelastcoupleofyears.Sure, itstillhasits…quirks,buthey—thingscouldbe much,muchworse.Workingi
  • 2023-08-03vscode snnipet of python
    {//Placeyoursnippetsforpythonhere.Eachsnippetisdefinedunderasnippetnameandhasaprefix,bodyand//description.Theprefixiswhatisusedtotriggerthesnippetandthebodywillbeexpandedandinserted.Possiblevariablesare://$1,
  • 2023-07-13template snippet
     {%forreviewinreviews%}{%ifforloop.first%}<p>{{review.review}}</p>{%endif%}{%endfor%} {%forvalueinvalues%}<p>count:{{forloop.counter}}</p><p>value:{{value}}</p>{
  • 2023-06-26Z_vscode的代码片_NOTE
    snippets/markdown.json{//Placeyoursnippetsformarkdownhere.Eachsnippetisdefinedunderasnippetnameandhasaprefix,bodyand//description.Theprefixiswhatisusedtotriggerthesnippetandthebodywillbeexpandedandinserted.Po
  • 2023-06-14Zsh 的简单配置与使用
    安装starshipMacOS下执行curl-sShttps://starship.rs/install.sh|sh即可,Linux下(如Debian),执行curl-sShttps://starship.rs/install.sh|sh即可,然后执行starshippresetpure-preset>~/.config/starship.toml将预设主题设置为pure。安装zinit插件执行bash-c"$(curl--
  • 2023-06-05每个软件开发人员都应该知道的50个ChatGPT提示
    在本文中,我们将探讨一些专为软件开发人员量身定制的很棒的ChatGPT-4提示。这些提示可以协助完成代码生成、代码完成、错误检测、代码审查、API文档生成等任务。(更多优质教程:java567.com,搜"人工智能")代码生成[language]为[class/module/component]具有以下功能的命名[name
  • 2023-04-08OrangeX4-HyperSnips快捷命令
    ==fraction==simplefractionSnippetsnippet//"Fraction"iAm\\frac{${1:${VISUAL}}}{$2}$0endsnippetexampleinput://latex:$\frac{}{}$visual:\(\frac{}{}\)fractionno'()'Snippetsnippet`((\d+)|(\d*)(\\)?([A-Za-z!]+)
  • 2023-03-24k8s ingress-nginx 使用 snippet 添加自定义配置(例如:安全头)
    比如在有些时候我们需要在server里或者location里添加一些参数,例如添加安全头、包体大小限制、添加跨域配置、添加自定义header、处理响应header等等。遇到这些需求的时
  • 2023-03-23zsh的简单配置与使用
    安装starshipMacOS下执行curl-sShttps://starship.rs/install.sh|sh即可,Linux下(如Debian),执行curl-sShttps://starship.rs/install.sh|sh即可,然后执行starshippre
  • 2023-03-01VSCode通过snippet generator生成自定义代码片段
    在线地址:https://snippet-generator.app/ 在VSCode左下角设置中找到“用户代码片段”进行添加  删除代码片段文件创建后会一直保存在本地电脑中,无法直接在VSCod
  • 2023-02-01VSCode 自定义代码片段
    Ctrl+Shift+P输入“代码片段:配置用户代码片段”:搜索你想要设置的语言代码片段,比如,我设置.vue文件的代码片段,选择vue.json:可以配置多个代码片段,一个片段通过一个pr
  • 2023-01-29postman-snippet-curl(postman请求转换bash curl请求)
    概述postman作为接口测试,很方便也支持copysnippet(代码片段)postman介绍请求界面post请求配置从postman请求导出curlpostmanrequest->右侧code(</>)->codesn