码迷,mamicode.com
首页 >  
搜索关键字:visual basic 6.0    ( 13870个结果
Cython的坑(未解决)
使用pycharm出现了错误: Compile Cython Extensions Error 点击install无效,各种方法都无效,网上说需要Microsoft Visual C++ Build Tools,使用Microsoft Visual C++ Build Tools修复仍然无效; 找到 ...
分类:其他好文   时间:2021-04-15 12:01:48    阅读次数:0
How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops
How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops Regular expressions are used for Pattern Matching. To use in Excel fo ...
分类:其他好文   时间:2021-04-14 12:44:22    阅读次数:0
6.synchronized的使用注意点
先来个单例模式的线程安全代码 package basic.single; public class SingleTon { private SingleTon(){ System.out.println(Thread.currentThread().getName()); } private sta ...
分类:其他好文   时间:2021-04-14 11:58:53    阅读次数:0
Visual Studio 6 配置Winpcap
1) Project-->Settings-->C/C++选项卡-->General类-->Preprocessor Definitions 下文本框中 添加 WPCAP、HAVE_REMOTE。 说明:(Winpcap提供给 Win32平台的特有函数),HAVE_REMOTE (Winpcap的远 ...
分类:Windows程序   时间:2021-04-12 12:35:03    阅读次数:0
pylint代码静态检查
使用git-pylint-commit-hook工具 pre-commit脚本 配置文件放在仓库根目录/hooks下面 git-pylint-commit-hook --limit=9.0 --pylintrc=hooks/.pylintrc 配置 [BASIC] # Regular express ...
分类:其他好文   时间:2021-04-10 13:26:17    阅读次数:0
(AE 2010) An enhanced PM2.5 air quality forecast model based on nonlinear regression and back-trajectory concentrations
可参考的表达方式: The enhanced PM2.5 model was compared with three alternative models, including the basic NLR model, the basic NLR model with a persistence p ...
分类:其他好文   时间:2021-04-10 12:55:44    阅读次数:0
HTML(二)基本标签
HTML(二)基本标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Basic Label</title> </head> <body> <!--标题标签--> <h1>一级标题</h1> <h2>二级标 ...
分类:Web程序   时间:2021-04-06 14:06:11    阅读次数:0
XWAF安装遇到的坑
存在的问题:需要的编译环境没有安装配置好的话出现下面的问题: 1、error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudi ...
分类:其他好文   时间:2021-04-05 12:34:37    阅读次数:0
vcode自用插件
Auto Rename Tag Bracket Pair Colorizer Chinese (Simplified) Language Pack for Visual Studio Code CSS Peek ESLint GitLens — Git supercharged Highlight ...
分类:其他好文   时间:2021-04-02 13:38:43    阅读次数:0
回忆那些年我玩过的ide,看看哪些你也玩过,看图回忆
闲来无聊,回忆一下这些年玩过的ide.看看哪些你也玩过. QBasic 第一个ide,兴奋程度也是最大的,从此进入了码农行列 VisualBasic 可以拖界面了,成就感爆棚 Turbo C c语言,真正开始写了写代码 C-Free 有界面的ied,终于摆脱了黑窗口 Visual C++ 6.0 开 ...
分类:其他好文   时间:2021-03-31 12:30:18    阅读次数:0
13870条   上一页 1 ... 6 7 8 9 10 ... 1387 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!