码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
把VS Code打造成Java开发IDE
近期,公司推行正版化,本人使用的是JetBrains教育版,是不允许进行商业开发的,因此开启了艰难的备用IDE选型之路。最终,我选定了轻量级的Visual Studio Code(以下简称VS Code)。 各种IDE选型比较的过程就不赘述了,Eclipse、NetBeans、Srping Tool ...
分类:编程语言   时间:2020-09-24 21:54:45    阅读次数:53
Know About MAN-cats T200 MAN Diagnostic Tool
MAN Diagnostic Tool MAN CAT T200 is a new arrival device , let’s see what’s the tool is . MAN-cats T200 is an external diagnosis system with the most ...
分类:其他好文   时间:2020-09-24 21:44:57    阅读次数:39
Know About MAN-cats T200 MAN Diagnostic Tool
MAN Diagnostic Tool MAN CAT T200 is a new arrival device , let’s see what’s the tool is . MAN-cats T200 is an external diagnosis system with the most ...
分类:其他好文   时间:2020-09-24 21:41:47    阅读次数:36
安装快速编写代码插件emmet 及html语法
一、emmet安装方法: 步骤一:首先你需要为sublime text安装Package Control组件: 按Ctrl+`调出sublime text的console 粘贴以下代码到底部命令行并回车: import urllib2,os;pf='Package Control.sublime-p ...
分类:Web程序   时间:2020-09-21 11:36:58    阅读次数:67
tp5基本登录
<?php namespace app\admin\controller; use think\Controller; use think\DB; class Index extends Controller { // public function _initialize() // { // if ...
分类:其他好文   时间:2020-09-18 04:13:46    阅读次数:52
【docker】离线环境导入镜像2大坑
这篇文章主要是记录在使用 docker load 命令的过程中遇到的坑,因为在网络上没有找到相关的资料,所以记录下来,祭奠我浪费的6个小时。 首先,需求是在一个无外网环境中导入 docker images,一个可行的方法是将可用的镜像打包成 tar 包,然后传输到需要的地方,再重新将 tar 包导入 ...
分类:其他好文   时间:2020-09-18 02:20:51    阅读次数:39
QML 虚拟键盘(VirtualKeyboard )
简介 Qt 官方开源了一个虚拟键盘的示例,该示例提供两种使用方式:一种用于桌面平台,另一种用于嵌入式平台,示例采用嵌入式平台方式显示。它们区别是前者脱离窗口应用于全局,后者依附于窗口。 示例在 QtCreator 软件可以找到: 或在以下 Qt 安装目录找到: C:\Qt\{你的Qt版本}\Exam ...
分类:其他好文   时间:2020-09-18 01:15:41    阅读次数:64
WPF 设置开机启动
<Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 ...
分类:Windows程序   时间:2020-09-17 23:56:26    阅读次数:64
Javascript之confirm的用法
confirm函数 confirm函数用于提供确认功能,它首先显示给定的message参数所包含的信息,并提供两个可选择的回答“ok”和“cancel”,然后等待用户选择其中的一个。如果用户选择“ok”则返回true;否则,如若选择“cancel”则返回false。该函数的语法格式如下: windo ...
分类:编程语言   时间:2020-09-17 23:27:56    阅读次数:32
python已知散点图画3d图像
我觉得要死了,不会导入文件,手动输入了600多行数据.. from matplotlib import pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = A ...
分类:编程语言   时间:2020-09-17 22:27:24    阅读次数:39
11787条   上一页 1 ... 28 29 30 31 32 ... 1179 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!