【原文地址】https://blog.csdn.net/plhpjy/article/details/99817225 打开sqlserver2008r2数据库时,提示应用程序的组件中发生了无法处理的异常。如果单击继续,应用程序将忽略次错误并尝试继续。 找到以下路径,删掉RegSrvr.xml文件。 ...
分类:
其他好文 时间:
2020-11-23 12:40:23
阅读次数:
33
原文链接:https://blog.csdn.net/zhezhebie/article/details/88847458 python将图片转换为pdf,代码如下: from reportlab.pdfgen import canvas from reportlab.lib.units impor ...
分类:
其他好文 时间:
2020-11-23 12:14:37
阅读次数:
4
原文链接:https://blog.csdn.net/u013256816/article/details/73757884 网络分区的意义 RabbitMQ的模型类似交换机模型,且采用erlang这种电信网络方面的专用语言实现。RabbitMQ集群是不能跨LAN部署(如果要WAN部署需要采用专门的 ...
分类:
其他好文 时间:
2020-11-23 11:58:02
阅读次数:
3
摘要: IntelliJ IDEA打开带SVN信息的项目不显示SVN信息,项目右键SVN以及图标还有Changes都不显示解决方法 在VCS菜单中有个开关,叫Enabled Version Control Integration,在打开的窗口的选项中选择Subversion即可 reference& ...
分类:
其他好文 时间:
2020-11-21 12:47:03
阅读次数:
27
Android编译选项中eng、user、user-debug主要区别 reference: https://blog.csdn.net/dearsq/article/details/52589376 https://blog.csdn.net/yanghanxing110/article/deta ...
分类:
移动开发 时间:
2020-11-21 12:29:51
阅读次数:
14
参考: https://www.jianshu.com/p/2a446ce48803 https://blog.csdn.net/htf2620032/article/details/79298661 https://www.cnblogs.com/xichji/p/11811733.html ht ...
分类:
编程语言 时间:
2020-11-21 12:11:57
阅读次数:
10
源自于:https://blog.csdn.net/yansong_8686/article/details/46991189 Cron表达式 Quartz使用类似于Linux下的Cron表达式定义时间规则,Cron表达式由6或7个由空格分隔的时间字段组成。 Cron表达式时间字段(从左到右依次为) ...
分类:
其他好文 时间:
2020-11-21 12:04:06
阅读次数:
6
起因 今天用ubuntu 终端运行py文件报了个错,找不到模块? 我切换回pycharm中运行,运行一切正常 解决 在报错模块中,插入绝对路径 import sys sys.path.append('/opt/MVS/Samples/64/Python/GrabImage/') 参考: https: ...
分类:
其他好文 时间:
2020-11-20 12:22:21
阅读次数:
23
并不是所有的语言都支持_cdcel调用规则,但是都支持_sdtcall调用规则, 假如你用VC做了一个DLL,导出了某些函数,如果你想这个DLL被其他语言也能调用的话,VB.DEPHI.PB..你的把他的调用约定声明为__stdcallwindows api都是_stdcall调用规则, 函数调用约 ...
分类:
Web程序 时间:
2020-11-20 12:15:52
阅读次数:
15
source /etc/profile关闭终端后失效要重新输入的原因 https://blog.csdn.net/cdnight/article/details/86653006?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommend ...
分类:
系统相关 时间:
2020-11-20 12:01:29
阅读次数:
19