网站首页 站内搜索

搜索结果

查询Tags标签: com,共有 4947条记录
  • 国内源安装Homebrew

    解决国网无法安装Homebrew的问题 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"参考文章 https://zhuanlan.zhihu.com/p/59805070 https://www.jianshu.com/p/8c417b6f4739

    2022/2/13 6:14:37 人评论 次浏览
  • [转]Jira ScriptRunner Send Custom Email

    本文转自:https://library.adaptavist.com/entity/send-custom-email Overview This snippet shows you how to send a custom email. You can use the method inside in any script designed to send an email. Example I want to send an email when an issue transiti…

    2022/2/12 23:48:12 人评论 次浏览
  • Jira Connecting to databases Querying the Current JIRA Database

    本文转自:https://scriptrunner.adaptavist.com/latest/jira/recipes/misc/connecting-to-databases.htmlConnecting to External Databases See Resources for a simpler and more robust way of accessing databases.You may want to connect to a database in your w…

    2022/2/12 23:48:11 人评论 次浏览
  • [转]Perform a JQL Search in ScriptRunner for Jira

    本文转自:https://library.adaptavist.com/entity/perform-a-jql-search-in-scriptrunner-for-jira Overview Use this snippet to look for issues based on a JQL search. This code can be used as part of a larger bulk-administration or workflow automation task…

    2022/2/12 23:46:37 人评论 次浏览
  • Go:基于 MongoDB 构建 REST API — Fiber 版

    本文主要在于带着大家完成一个基本的 CRUD 工作,让大家熟悉 Fiber + MongoDB 构建 RESTful API,熟悉工作流程。同时了解相关库的使用。 本文的完整代码见:https://github.com/programmerug/fibermongo。 文档说明: https://mp.weixin.qq.com/s/NWoUMwvN6ot7yLuDP0Heiw …

    2022/2/11 19:16:37 人评论 次浏览
  • python pip命令安装包

    解决的办法: 使用下面的命令的是:(其中的pywinauto是需要安装的包) pip install pywinauto -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 1 1)http://mirrors.aliyun.com/pypi/simple/ 阿里云 2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科…

    2022/2/11 17:14:10 人评论 次浏览
  • 将Python程序(.py)转换为Windows可执行文件(.exe)

    python开发者向普通windows用户分享程序,要给程序加图形化的界面(传送门:这可能是最好玩的python GUI入门实例! http://www.jianshu.com/p/8abcf73adba3),并要将软件打包为可执行文件(.exe结尾),那如何将.py转为.exe ?将.py转为.exe第一步:安装pyinstaller(临时调用了国内…

    2022/2/11 7:15:17 人评论 次浏览
  • 过x64 windows平台上驱动强制签名的方法

    最近想学习windows内核驱动程序开发了,但是从Vista开始,x64操作系统需要签名才能加载驱动,又没钱买whql签名证书,这里先记录几个临时的解决办法方法说明使用x86系统部署驱动对需要64位功能的开源内核驱动程序无效进入测试模式bcdedit /set testsigning on如果开启了Se…

    2022/2/11 7:12:36 人评论 次浏览
  • ubuntu18安装 ubuntu usb写入rufus工具

    1、 Raid配置 在装操作系统之前需要配置RAID,具体情况可具体配置。 例:2块ssd,4块SAS。一般配置为Raid1+Raid5热备(ssd装为系统盘) 2、下载镜像到U盘或者光盘 下载地址:链接:https://pan.baidu.com/s/1kj5GAmLbAKPKsVA6_OonPA 提取码:b1gw 3、使U盘做成系统盘 系统…

    2022/2/11 7:12:31 人评论 次浏览
  • 算法题面试打分体系

    摘自:https://www.bilibili.com/video/BV1i64y1u7Me/

    2022/2/11 1:15:34 人评论 次浏览
  • Python使用Requests请求网页

    Requests 继承了urllib2的所有特性。Requests支持HTTP连接保持和连接池,支持使用cookie保持会话,支持文件上传,支持自动确定响应内容的编码,支持国际化的 URL 和 POST 数据自动编码。安装方式 利用 pip 安装 $ pip install requests GET请求 基本GET请求(headers参数…

    2022/2/10 17:45:02 人评论 次浏览
  • Nginx的配置文件与功能

    Nginx 的功能及使用 1.静态网站的部署 我的Nginx的配置文件在 /etc/nginx/nginx.conf 使用的时候建议将注释掉的删除掉 修改配置文件 server {listen 80; # 监听的端口server_name localhost; # 域名或iplocation / { # 访问路径配置root index;# 根目录index i…

    2022/2/10 7:17:51 人评论 次浏览
  • Linux在sudo apt-get update或install时出现archive.ubuntu.com连接失败 [IP: 91.189.91.39 80]的错误解决方案

    问题/错误: E: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.23 80] E: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages 连接失败 [IP: 91…

    2022/2/10 7:12:53 人评论 次浏览
  • [转]com.atlassian.greenhopper.service.issue.flagging

    本文转自:https://docs.atlassian.com/jira-software/6.7.6/com/atlassian/greenhopper/service/issue/flagging/FlagService.htmlcom.atlassian.greenhopper.service.issue.flagging Interface FlagServiceAll Known Implementing Classes:FlagServiceImpl public inter…

    2022/2/9 23:19:38 人评论 次浏览
  • 【git】问题

    ssh -T git@github.com验证ssh密钥,提示解决办法:这里yes回车就好了。

    2022/2/9 23:17:04 人评论 次浏览
扫一扫关注最新编程教程