Vba Excel
禁止拷贝文件方法
http://www.360doc.com/showweb/0/0/762370756.aspx
| |
excel 工作表保护
- 可以选定单元格属性为,不锁定,
- 保护工作表功能,不允许,用户选定,锁定单元格, 这样用户,就不能通过普通方法,修改单元格
- 而我们却可以,使用 VBA 后台编写程序,修改它。
Warning 实践证明,下述方法可行,但是,vba 会产生漏洞,因为 通过 vba, Select 语句选定单元格, 如果不,重新选定为,用户,可访问区域, 而是,锁定区域(用户禁止访问区域), 那么,用户将获得,禁止区域的访问权限!!! ===> 因此,使用 vba 后,要 Select 成,用户允许访问区域。
Calc of Emacs Notes
enter Algebraic Mode
temperarily 单次进入
- 使用单引号(')
all the time 长久地进入
shortcut (m a)
- 即:mod algebraic
Org Notes
工具收集
提醒工具
- org-notify: GitHub - syohex/org-notify: System notifications of org agenda deadlines
- org-notifications: GitHub - doppelc/org-notifications: Desktop notifications for your org-agenda…
- org-alert: GitHub - spegoraro/org-alert: System notifications of org agenda items
- org-wild-notifier: GitHub - akhramov/org-wild-notifier.el: Alert notifications for org-agenda
org 官方工具列表
- 地址: Org Mode tools!
blog 工具
- org 官方列表:Blogs and Wikis with Org
- weblorg: weblorg - documentation
- hugo
- ox-hugo
visibility
- 注:以下功能在设置完后要使用 C-c C-c 刷新 org mode
starup
| |
注:上面的逗号,我本没写,是 emacs 自动添加的
Elisp Notes
example for number conversion expmple
教程
入门
xahlee
- http://xahlee.info/emacs/index.html
- Emacs Lisp Basics
- 注意: xahlee 会跳出付费页边,可以不用管,直接点击具体条目
- xahlee 美化的 elisp 官方文档
美化格式的 elisp 官方教程
Emacs Notes
参考
packages
用过的 package
列表:
- htmlize
- cedet
- auto-complete