ref: https://stackoverflow.com/questions/29987716/cannot use gsl library on macos ld symbols not found for architecture x86 6 Indeed, as @trojanfoe an ...
分类:
系统相关 时间:
2019-10-28 19:11:42
阅读次数:
98
引言 实现并发编程有进程,线程,IO多路复用的方式。(并发和并行我们这里不区分,如果CPU是多核的,可能在多个核同时进行,我们叫并行,如果是单核,需要排队切换,我们叫并发) 进程和线程的区别 进程是计算机资源分配的最小单位,进程是对处理器资源(CPU),虚拟内存(1)的抽象, 虚拟内存是对主存资源( ...
分类:
其他好文 时间:
2019-10-28 13:08:40
阅读次数:
92
前言 Rxjava是NetFlix出品的Java框架, 官方描述为 a library for composing asynchronous and event based programs using observable sequences for the Java VM,翻译过来就是“使用可观 ...
分类:
编程语言 时间:
2019-10-24 13:11:35
阅读次数:
112
Converting Python Programs to Linux Executables Note: You can not execute the program on Linux by double click. Install the PyInstaller. Covert the Py ...
分类:
编程语言 时间:
2019-10-17 23:15:31
阅读次数:
72
windows server 2012以上的版本(2016,2019)在开始菜单中找不到“启动”,如果写了个bat批处理文件,如何能开机启动呢?可以打开文件资源管理器,把下面的位置粘贴到地址栏后回车。将bat文件粘贴到文件夹里就可以了。 C:\ProgramData\Microsoft\Window ...
分类:
Windows程序 时间:
2019-10-15 09:37:55
阅读次数:
1876
BYPASSING ANTI-VIRUS PROGRAMS AV programs detect viruses based on: 1. Code - compare files to huge databases of signatures. ->Use own code, obfuscatio ...
分类:
编程语言 时间:
2019-10-13 17:12:16
阅读次数:
79
一、第一性原理 将异步的io、事件解释为observable。并借用observer的一些类概念进行处理。 ReactiveX is a library for composing asynchronous and event-based programs by using observable s ...
分类:
其他好文 时间:
2019-10-12 21:10:04
阅读次数:
127
Cross-platform hacking All programs we wrote are pure python programs They do not rely on OS-specific resources. Result: They work on any OS with a py ...
分类:
编程语言 时间:
2019-10-07 13:13:26
阅读次数:
85
工作五年,未有深入研究,仅以自身经验浅谈如何学习,不足之处还望见谅。 Oracle数据库软件产品在实际工作中分为数据库开发和数据库运维,尽管大部分公司中没有对此区分,但两者有着本质区别。 数据库开发基本通过PL/SQL实现对业务的处理,属编程。数据库管理员则考验对数据库软件的理解以及使用是否熟练,D ...
分类:
数据库 时间:
2019-10-04 18:56:16
阅读次数:
132
关于报错信息 原文 C:\Users\Administrator\AppData\Local\Programs\Python\Python36\python.exe E:/RBM_tf2.0_CNN/rmb_my/model_use.pyC:\Users\Administrator\AppData\ ...
分类:
其他好文 时间:
2019-09-25 22:28:42
阅读次数:
697