原始出处:http://www.cnblogs.com/Charltsing/p/VBEtoolwindow.html 最近有人问起使用C#在VBE插件中创建toolwindow的事情,由于VBE窗口控件的容器是ActiveX UserDocument,而C#不支持这个东西,所以只会拉控件的弟兄们可以放弃了. 当然,C#也有替代办法,毕竟这个编程语言是微软亲儿子,没什么东西是它实现不了的,哈哈. 先介绍一下toolwindow:toolwindows是可停靠的,无模式的窗口,大家在VBE界面中看…
https://www.cnblogs.com/Charltsing/p/VBEAddins.html QQ:564955427 8月8日测试版功能说明 1.VBE菜单的创建 2.toolwindow的创建及消息监听 3.识别宿主及版本 4.解决非托管资源释放问题 5.Inno Setup安装脚本代码   VBE插件是Com Addins的一种,由于此插件可以在任何使用标准VBA代码窗口的软件中使用(例如Office,WPS,AutoCAD,CorelDraw等),所以叫做VBA Editor …
原始出处:www.cnblogs.com/Charltsing/p/SmartIndenter64.html 作者QQ: 564955427 最近更换电脑,改用64位office做开发.VBA代码美化成了一个问题.发邮件和stephen联系确认,Smart Indenter 3.5是VB开发的,不能被64位的office作为组件加载. 搜寻网上美化代码的插件无果,只好自己写了一个Smart Indenter 64位VBE插件.欢迎测试! 本插件免费使用,提供VBA代码缩进美化,统计,工程密码解密…
Introduction You can write code in VBA that reads or modifies other VBA projects, modules, or procedures. This is called extensibility because extends the editor -- you can used VBA code to create new VBA code. You can use these features to write cus…
i want to write Excel macros to deal with the data, but i am not familiar with VBA language. so i decide to use python instead of VBA. at the beginning, i find xlrd,xlwt for python Excel operations, but that doesn't support Excel macro. Finally i fin…
How to Create a First Shell Script   Shell scripts are short programs that are written in a shell programming language and interpreted by a shell process. They are extremely useful for automating tasks on Linux and other Unix-like operating systems.…
来源 更多vba相关 vba教程 VBA cheat sheet 1. VBA how to crack Excel Workbook/Worksheet password To remove the excel workbook or worksheet password requires opening the excel file as xml file and removing the password tags in the xml. Unlock Password protected…
How to Create a Cron Job (Scheduled Task) for Your Website or Blog by Christopher Heng, thesitewizard.com On occasion, you might come across the need to create a scheduled task for your site. For example, you may have installed a website statistics s…
本文原文出处: http://blog.csdn.net/bluishglc/article/details/47021019 严禁不论什么形式的转载,否则将托付CSDN官方维护权益! First, let's make the topic clear: Comparing with providing raw Oozie workflow/coordinator xml file, what's disadvantages to create workflow/coordinator with…
The information in this document is useful if you are trying to programmatically find a built-in command, menu, or toolbar. The ICommandBars::Find and ICommandBar::Find methods can be used to get a reference to a specific toolbar, menu, or command. B…
本文转自:http://stackoverflow.com/questions/10657811/set-drop-down-values-based-on-vlookup 问: I have a worksheet UserEntry with 2 columns, Block and Address. I want to validate both of these based on another worksheet Validation with the same column name…
转载请注明出处:[huachao1001的专栏:http://blog.csdn.net/huachao1001/article/details/53883500] 从上一篇<AndroidStudio插件开发(Hello World篇)>中我们已经大致了解了Action,这篇文章继续深入探究IntelliJ IDEA插件开发中的Action机制.一个Action本质上来说就是一个Java类,并且这个类需要继承AnAction.而一个Action对应于一个菜单项,每一次点击这个菜单项就回调这个…
The information in this topic is useful if you're trying to programmatically find a built-in command, menu, or toolbar. The ICommandBars.Find and ICommandBar.Find methods can be used to get a reference to a specific toolbar, menu, or command. Both of…
PHP被广泛用于各种Web开发.而当服务器端脚本配置错误时会出现各种问题.现今,大部分Web服务器是基于Linux环境下运行(比如:Ubuntu,Debian等).本文例举了十大PHP最佳安全实践方式,能够让您轻松.安全配置PHP. PHP安全性设置提示: DocumentRoot: /var/www/ Default Web server: Apache Default PHP configuration file: /etc/php.ini Default PHP extensions co…
Contributing to the C++ Core Guidelines "Within C++ is a smaller, simpler, safer language struggling to get out." -- Bjarne Stroustrup The C++ Core Guidelines are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself…
本文地址:http://www.cnblogs.com/yhLinux/p/4012689.html 本文适合新手入门. 本文是对 Ubuntu 12.04 环境下安装 MySQL 的记录,通过这两天的折腾,不断试错,才发现要完整地掌握 MySQL 安装其实并不复杂,关键是遇到问题时记住到官方文档寻找解决方案,在网络上搜索的网友的方法不一定适合你,而官方文档是比较全面的,建议大家有问题多看看. 安装MySQL的方法有多种方式,包括源码安装,包管理器安装,二进制安装等.之前,我使用最快的方式——包…
// create by kim 20140805 public void Remark_insertChangeHeader(Editor e) { userinfo userInfo; ; e.unmark(); e.gotoLine(1); e.gotoCol(1); select name from userInfo where userInfo.id == curUserId(); e.insertLines('// '+ strUpr(enum2Value(currentAOLaye…
注:<精通ASP.NET MVC 3框架>受到了出版社和广大读者的充分肯定,这让本人深感欣慰.目前该书的第4版不日即将出版,现在又已开始第5版的翻译,这里先贴出该书的最后一章译稿,仅供大家参考. 去年,除了翻译<Pro ASP.NET MVC 4>之外,另外还翻译了两本书.一本是<HTML5+CSS3开发实战>(亚马逊.京东),由清华大学出版社出版.另一本是<ASP.NET MVC 4实战>(亚马逊.京东),也由人民邮电出版社出版. CHAPTER 27 第…
Nearly all of the interesting files for users live under the data directory. The data directory is ~/.config/sublime-text-3 for Linux The Package Directory is located under the data directory. All resources for supported programming and markup langua…
摘要:本文主要通过一个实例具体介绍ISE中通过编辑UCF文件来对FPGA设计进行约束,主要涉及到的约束包括时钟约束.群组约束.逻辑管脚约束以及物理属性约束. Xilinx FPGA设计约束的分类 Xilinx定义了如下几种约束类型: • “Attributes and Constraints”• “CPLD Fitter”• “Grouping Constraints”• “Logical Constraints”• “Physical Constraints”• “Mapping Direct…
Scripted AI and Scripting Engines 脚本AI与脚本引擎 This chapter discusses some of the techniques you can use to apply a scripting system to the problem of game AI, and the benefits you can reap from doing this. At its most basic level, you can think of scri…
*作者: Ian11122840    时间: 2010-9-27 09:04                                                                                                                                                                * *标题: 菜鸟做设计必看!有关如何做设计的整体思路,以及能否综合的笔记             …
今天群里的朋友问我能不能写个kindEditor编辑器的使用教程,说是弄了半天没有搞定.由于PHP啦后台正好用了这个编辑器,我有写经验,正好教他的同时写出来分享给大家. kindEditor编辑器是一个由JS写成的在线编辑器,很多网站或CMS等都有用它,口碑不错,目前最新版本是4.1.10. 其实它的用法非常简单,我是在下载了它的安装包后看了一些demo然后就把它放到PHP啦的后台上去了.好了教程正式开始 一.下载 下载最新版本的kindEditor(官方网站kindeditor.net),下载…
*&---------------------------------------------------------------------* *& Report ZTEST_CWBK *& *&---------------------------------------------------------------------* *& *& *&-------------------------------------------------…
In this exercise a function that loads the texts of an internal table into the text window, is implemented. Steps: Define anoterh pushbutton on the screen, that activates the method that fills the TextEdit control. Give itname PUSHBUTTON_IMPORT and f…
Result: When you double clicks on the TextEdit control nothing happens, since the flow-logic of the screen an dthe fielde transport is ignore *&---------------------------------------------------------------------* *& Report ZTEST_CWBK *& *&am…
去年这个时候写过一篇全自动数据表格的文章http://www.cnblogs.com/liuyh/p/5747331.html.文章对自己写的一个js组件做了个概述,很多人把它当作了一款功能相似的纯前端表格组件,然而这并不是我的初衷,我的本意是让后台系统的开发从重复的增删查改中脱离出来,我想即使不使用代码生成器也能做到极快速的开发.它不是优秀的表格组件,而是一个极简的增删查改解决方案.   为什么不使用现有的表格组件 成熟的表格组件有很多,功能强大的也有不少.它们都大大减少了我们的工作量,那么为…
用toad很久了, 感叹它的功能强大的同时整理了一些相关技巧,  有以前在网上看到的也有自己平时用的时候偶尔发现的, 分享一下, 它对用户体验方面做的真的很到位, 通过各种方式来方便用户的操作. 菜鸟小罗在这里算是抛砖引玉吧, 谁有补充的欢迎回复给我,我也会一直更新这篇日志,  大家共同学习. 1     查看表的详细信息或对象定义. 光标定在名字上F4(推荐)或者按下ctrl单击该名称.对对象的查看或者修改方便多了. 功能超级强大,慢慢体会. 2     代码自动更正 打字忙了将select写…
wangEditor编辑器 Vue基本配置项 1.Vue安装方法 npm i wangeditor -S <template> <div id='wangeditor'> <div id="editor"> <!-- <p>欢迎使用 <b>wangEditor</b> 富文本编辑器</p> --> </div> <button @click="updata&quo…
Log Parser Studio 分析 IIS 日志 来源 https://www.cnblogs.com/lonelyxmas/p/8671336.html 软件下载地址: Log Parser 2.2 Download: https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=24659 Log Parser Studio download: https://gallery.technet.micros…