1 dsoframer下载地址:http://www.121down.com/soft/softview-90593.html 2 将下载控件复制到c:\windows\SysWOW64\路径下 dsoframer注册方法:在“开始”菜单找到“命令提示符”,右键选择“以管理员运行”(此处为重点),弹 ...
解释器模式( Interpreter Design Pattern) 解释器模式为某个语言定义它的语法(或者叫文法)表示,并定义一个解释器用来处理这个语法 解释器模式只在一些特定的领域会被用到,比如编译器、规则引擎、正则表达式 解释器模式的原理和实现 解释器模式为某个语言定义它的语法(或者叫文法)表 ...
分类:
其他好文 时间:
2021-01-21 10:37:46
阅读次数:
0
Markdown/?mɑ?rkda?n/简介 Markdown 是一种轻量级标记语言,它允许人们使用易读易写的纯文本格式编写文档。 Markdown 语言在 2004 由约翰·格鲁伯(英语:John Gruber)创建。 Markdown 编写的文档可以导出 HTML 、Word、图像、PDF、Ep ...
分类:
其他好文 时间:
2021-01-20 12:11:07
阅读次数:
0
在 /etc/init.d 目录下建立 GetLocalip.py 文件 #coding: utf-8 import smtplib from email.mime.text import MIMEText from email.header import Header import socket ...
分类:
其他好文 时间:
2021-01-20 11:43:31
阅读次数:
0
Creational Patterns Factory Method : Factory Method Abstract Factory : Abstract Factory Builder : Builder Prototype : Prototype Singleton : Singleton ...
分类:
其他好文 时间:
2021-01-18 11:35:19
阅读次数:
0
Given a string , determine if it is?valid. A string is?valid?if, starting with an empty string , you can?transform into after performing the following ...
分类:
其他好文 时间:
2021-01-18 11:15:29
阅读次数:
0
org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationConte 分类专栏: springcloud 文章标签: springcloud 版权 16:53:35.0 ...
分类:
移动开发 时间:
2021-01-15 11:57:16
阅读次数:
0
在web.xml中配置以下内容: <!--配置MVC的乱码过滤--> <filter> <filter-name>encoding</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</ ...
分类:
Web程序 时间:
2021-01-15 11:50:19
阅读次数:
0
标题 ? #+空格 #号个数表示几级标题 最多到六级 三级标题 四级标题 字体样式 *:斜体 Hello Word **:粗体 Hello Word ***:斜体加粗体 Hello Word ~~:删除符 Hello Word 代码 public void main(String[] args){} ...
分类:
其他好文 时间:
2021-01-15 11:45:56
阅读次数:
0
###方法一: 通过PHPOffice(推荐) 1: composer require phpoffice/phpword ``` /* 通过composer安装 PHPOffice 需要 或者用中国镜像:https://www.phpcomposer.com/ */ ``` 2: 安装成功可看到 ...
分类:
Web程序 时间:
2021-01-14 10:30:45
阅读次数:
0