码迷,mamicode.com
首页 >  
搜索关键字:powershell dsc azure vm extension    ( 11621个结果
arcgis sample代码之SOE示例代码PageLayout REST Server Object Extension的源码分析(Java)
为什么10.2里面没有pagelayout的代码了。。 原文:https://www.cnblogs.com/ayanmw/archive/2012/06/06/2538783.html ...
分类:编程语言   时间:2021-03-17 14:46:16    阅读次数:0
react debug from VS Code —— the Debugger for Chrome extension
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:其他好文   时间:2021-03-16 14:09:27    阅读次数:0
webpack : 无法加载文件 C:\Users\34441\AppData\Roaming\npm\webpack.ps1,因为在此系统上禁止运行脚本。
安装完webpack-cli之后,首次打包出现一下错误: 以管理员身份运行powershell 打开了powershell命令行之后,输入 set-ExecutionPolicy RemoteSigned 默认是n 选y就可以了 ...
分类:移动开发   时间:2021-03-16 11:49:12    阅读次数:0
python中的openpyxl
OpenPYXL是一个用于读/写Excel2010 XLSX/XLSM/XLTX/XLTM文件的python库 安装方式:python:pip install openpyxl 我的是anaconda:打开 anaconda powershell prompt 命令行:conda install o ...
分类:编程语言   时间:2021-03-15 11:28:38    阅读次数:0
Linux TCP服务器本地连不上
简介 这是个物联网的场景,当你要建立一个TCP的服务器供所有的客户端连接的时候,那么先建立好这个服务,然后使用本地TCP客户端去连接 无论使用的是腾讯云,阿里云,亚马逊,Azure等平台的服务器 以下案例是以Swoole服务做介绍 有说的不对的地方,请大家多多指正 步骤 1.建立Swoole TCP ...
分类:系统相关   时间:2021-03-10 13:40:09    阅读次数:0
百度地图根据经纬度获取实际地理位置Api接口
public function lonlat_info(){ $url = 'http://api.map.baidu.com/reverse_geocoding/v3/?ak=**********&output=json&coordtype=bd09ll&location=33.351943643 ...
分类:Windows程序   时间:2021-03-08 13:14:11    阅读次数:0
提高Mac访问GitHub速度慢的问题
修改host文件 sudo vim /etc/host 添加以下内容 # Github?151.101.185.194 github.global.ssl.fastly.net140.82.114.3 github.com 151.101.112.133 assets-cdn.github.com  ...
分类:系统相关   时间:2021-03-08 13:06:17    阅读次数:0
解决ubuntu和windows电脑之间无法复制粘贴问题
问题:当自己遇到这个问题的时候,查阅很多资料,发现很多需要安装一大推东西,又是安装,又是重启,最后还是没有搞定。最后还是通过这三行命令搞定了。sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-toolssudo apt ...
分类:Windows程序   时间:2021-03-04 13:33:02    阅读次数:0
一:基础知识
1. 抽象类/方法 1.1 抽象类 通过在类定义前面放置关键字 abstract,可以将类声明为抽象类;抽象类不能实例化。 public abstract class A { // Class members here. } 抽象类的用途是提供一个可供多个派生类共享的通用基类定义。 例如,类库可以定 ...
分类:其他好文   时间:2021-03-04 13:19:06    阅读次数:0
IDEA中Tomcat启动控制台乱码问题
IDEA中Tomcat乱码问题 1、file-setting中修改字符集 2、修改IDEA安装目录bin下的文件,添加-Dfile.encoding=UTF-8 3、Help-- Edit custom vm options 添加-Dfile.encoding=UTF-8 4、重启IDEA 本人经过 ...
分类:其他好文   时间:2021-03-04 12:57:56    阅读次数:0
11621条   上一页 1 ... 10 11 12 13 14 ... 1163 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!