ICode9

精准搜索请尝试: 精确搜索
  • ENVI 5.0 SP2 全新的二次开发模式2022-09-05 12:02:33

    在ENVI 5.0发布时,便加入了许多全新的二次开发接口。ENVI 5.0 SP2的发布,同样带来了新的功能函数接口。下面对ENVI 5.0版本中新增的二次开发技术进行一个总结。 启动ENVI IDL中启动ENVI批处理模式,在之前版本的代码如下: ENVI, /RESTORE_BASE_SAVE_FILES ENVI_BATCH_INIT 启动ENVI C

  • AutoNumber VsCode插件开发2022-09-01 17:00:08

    AutoNumber VsCode插件开发 ::: details 目录 目录AutoNumber VsCode插件开发Step. 2: 安装脚手架Step. 3: 创建空项目Step. 4: 打包发布Step. 5: 本地打包Step. 6: 上传vscode插件库Down. 7: 下载插件Refer. 8: 参考资料 ::: 需要将autoNumber.js脚本改为插件模式,右键就将当前ma

  • 查询文件的版本号Copyright信息2022-08-30 23:05:07

    查询文件的版本号Copyright信息 目前找到的实用的方法有两种,一种是cmd中利用wmic的库,一种是C#中的GetVersionInfo()方法。 CMD中获取: 获取单个文件: 遍历某文件夹下所有文件名及版本号: 如需从c盘切换到d盘输入 d: 即可 wmic datafile where "drive='d:' and path='\\Git\\' and

  • 【Vscode】推荐安装的插件2022-08-28 22:34:01

    基础功能插件 中文汉化包    色彩斑斓的主题     好看的文件icon    多层括号嵌套的颜色提示插件    代码缩进的插件    vscode如何配置Java8环境 1、在上面搜索Java Extension Pack的界面上,找到 【Language Support for Java(TM) by Red Hat】点击安装。 2、安装后

  • [VSCode] REST Client Extension2022-08-22 18:03:44

    In VSCode, install REST Clinet Extension: Create API_EXAMPLE.http file in root folder: ### Get mock GET http://localhost:3000/data HTTP/1.1 ### Post mock POST http://localhost:3000/data HTTP/1.1 Content-Type: application/json { "name":

  • TypeScript 项目报错 Unknown file extension ".ts"2022-08-15 01:30:35

    下面是更详细的报错图: 这个报错我也是在网上搜了好多好久也没有解决的问题,最终通过 GitHub 的一个 Issue 找到了外网解决这个错误的帖子:ts-node execute typescript with module import and module defined。 下面有一个人是这样回应的: 他的意思就是我们不需要给 package.json

  • macOS run VSCode from terminal All In One2022-08-12 03:00:47

    macOS run VSCode from terminal All In One VSCode 更新后,突然发现 code 的好多命令在 Terminal 里用不了

  • blob 文件下载2022-08-05 10:00:50

      axios({             method: 'get',             url:               process.env.VUE_APP_BASE_API +               '/tb-nationwide/downloadEvaluationTaskRecord',             params: param,             headers: {      

  • windows server2012 r2中搭建PHP2022-07-20 11:02:39

    首先我的server环境是在3A网络租的服务器,他们的延迟很低,用起来比较舒服 1.打开“服务器管理器”-添加角色和功能-         确保CGI安装,其他的看个人需求         然后就下一步-开始安装         安装好之后,打开浏览器访问127.0.0.1           表示已经成功 2.安

  • Microsoft.Extension.DependencyInjection教程2022-07-20 06:01:03

    基础概念 IOC Inversion of Control 控制反转 DI Dependency Injection 依赖注入 依赖注入只是控制反转的一种具体实现手段。 控制反转的优势 客户端“无痛”更换服务供应商,是面向接口开发的神器。 控制反转有两种实现方式 (1)服务定位器 Service Locator, 和设计模式中的工厂模式很

  • 竟然有人把VSCode玩成了IDEA的效果,有点厉害2022-07-19 21:31:16

    近期,公司推行正版化,本人使用的是JetBrains教育版,是不允许进行商业开发的,因此开启了艰难的备用IDE选型之路。最终,我选定了轻量级的Visual Studio Code(以下简称VS Code)。 各种IDE选型比较的过程就不赘述了,Eclipse、NetBeans、Srping Tools Suite等等,只能说青菜萝卜各有所爱。 插

  • 解决Electron vue-cli3.0+首次启动巨慢无法加载 vue-devtool 插件2022-06-30 00:31:33

    现象 首次启动可能会等待很久,出现以下信息: INFO Launching Electron... Failed to fetch extension, trying 4 more times Failed to fetch extension, trying 3 more times Failed to fetch extension, trying 2 more times 解决方案: 找到background.js,将下面代码注释: // impor

  • 【Mac】Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifie2022-06-29 18:00:45

    1、报错 2022-06-29 17:48:29.821 xcodebuild[1217:12822] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plu

  • Redux DevTools安装使用2022-06-19 02:00:08

    扩展商店 1.浏览器里安装redux-devtools 谷歌:    edge:     2.在项目的入口文件里  找到 createStore函数调用的地方,给它加第二个参数 window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()   stroe/index.js const store =createStore(redu

  • vscode插件编写,翻译英文和将中文改为驼峰英文2022-06-16 23:01:20

    1、安装 yo 和 generator-code yarn global add yo generator-code 2、执行 yo code 生成插件脚手架 yo code    配置项说明:选择插件类型* ? What type of extension do you want to create? New Extension (TypeScript)设置插件名字* ? What's the name of your exten

  • VScode插件2022-06-14 08:32:05

    VScode插件吗?   一、前言 VSCode是微软家一个非常轻量化的编辑器,体量虽轻,但是却有异常强大的功能。原因在于VSCode许多强大功能都是基于插件实现的,IDE只提供一个最基本的框架和基本功能,我们需要使用插件来丰富和扩展它的功能。 由于插件的重要作用,现在VSCode的插件社区规模已经

  • python创建icon图标2022-06-10 11:34:18

    def extension_replace(path,extension): for i in range(1,len(path)): if (path[-i] == '.'): new_path = path.replace(path[-i+1:],extension) break return new_path path = '1.jpg' img = PIL.Image.open

  • Jenkins-Email Extension Plugin邮件配置2022-05-20 15:32:04

    前言:That's the prologue, you read that right   一、配置准备 1.安装 Email Extension Plugin 插件   二、配置邮件 Email Extension Plugin 部分 1.进入系统管理 2.找到 Email Extension Plugin   3.输入 SMTP server(本文以163邮箱为例) 4.输入 SMTP Port 5.添加邮箱

  • apache2.4+php7.4+mysql5.3基本配置2022-05-13 01:32:40

    Apache2.4:  httpd-2.4.46-win64-VC15.zip PHP7:  php-7.4.16-Win32-vc15-x64.zip Mysql5.7:  mysql-5.7.17-winx64.zip   一、Apache安装: i.  获取Apache:  www.apachelounge.con/download/ ii.  解压:  e:/web/apache2.4 iii.  配置conf/httpd.conf:   c:/Ap

  • PHP 之获取服务器信息2022-05-11 14:03:53

    一、效果图    二、代码 function get_server_info() { // 定义输出常量 define('YES', 'Yes'); define('NO', '<span style="color:red">No</span>'); // 服务器系统 $data['php_os'] = PHP

  • ubuntu 20.04 将dock栏合并到panel2022-05-06 18:03:06

    The Dash to Panel Gnome Shell extension does exactly what you want and is highly configurable.You can install it from Ubuntu software (search Dash to panel), or using  the terminal with the command sudo apt install gnome-shell-extension-dash-to-panel. C

  • IDEA 创建xml文件2022-05-05 23:03:51

    1.File->Setting->Editor->File and Code Templates 2.点击加号 Name:XML File ,Extension:xml(注意不要加.) 输入内容: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "

  • mac php73 配置xdebug问题记录2022-05-03 12:35:00

    安装过程不再描述,网上很多。 php版本7.3.29 xdebug版本 3.1.4   php.ini中xdebug配置项要注意zend_extension 而不是extension [xdebug]zend_extension="/usr/local/Cellar/php@7.3/7.3.29_1/pecl/20180731/xdebug.so" xdebug.mode=debug xdebug.start_with_request=yes xdebug

  • [Flutter] 枚举类enum与包拓展extension2022-04-25 16:33:21

    枚举类Enum 简单描述应用场景: 通过接口异步获取数据时,发起请求后,一般有三种状态 等待:LOADING 成功:SUCCESS 错误:ERROR enum getDataFromApi( LOADING,//等待 SUCCESS,//成功 ERROR //错误 ) 这样就可以获取接口数据的代码解耦,你只需要通过对应的枚举变量来写对应的实现(枚举类本身

  • vscode-oss 插件2022-04-16 11:02:48

    C/C++ Snippets v0.0.15 hars Code snippets for C/C++ C/C++ Snippets v1.0.6 ProgrammerShri Simple And Fast code snippets for C and C++ Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code v1.66.3 MS-CEINTL 11,888 Language pack extension for Chin

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有