Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

後繪素事的個人博客

Ryan Kwok's personal blog

macOS 打包Python封装dmg打包pyinstaller -F -w main.py PDFextractor.py --icon="logo.icns" -n PDFextractor logo自定义一个,注意需要时icns的,必须从1024x1024大小的转换,不能超出或者小于这个大小。 -n 之后填的是名字 一次性可以打包多个py文件,比如上面的,打包了...

Iterative method to solve linear systemNote: Most of the code are copied from others. Not wrtitten by me. []: https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/ “Julia docs”[]: https://jermwatt...

Nodes of Abstract Data Type in C ProgrammingADT(abstract data type)ADT covered in the leccture: linked list pointer based array based Structure contains a struct head pointer(has size info ins...

Arc length parametrizationThe arc length formula If the curve is given by y = f(x). Then we can write r(x) = (x,f(x)). Thus we get the arclength formula$$\begin{equation} L=\int_{a}^...
Math

MembersJunhua GUO Shirley LI Prof. Kayin LEUNG Pinhe Liu from Prof. Harold Corke’s group Yuying from Yigal’s lab Tasks timelineKayin’s Lab –OK Tasks status comment Home page Ready Researc...

第一章:心灵 会运动,有生命的生物才叫心灵,这是我们的观点。心灵对一切深深植根于土地的生物并非是不可或缺的,因为心灵和自由运动间存在固定关联。 心灵活动在相关目标确定后才会出现。 每个人的行动全都有一个确定的目标,童年时期的成长环境给其留下的影响与印象,决定了这一目标。这些影响与印象会在成长期间迅速推动幼小的他确定自己的人生态度,建立独特的行为方式,即人也许在只有几个月大的时候,就已渐渐确定...

DHCP & DNS1. introductionDHCP是Dynamic Host Configuration Protocol的缩写,即动态主机配置协议。DHCP是一个很重要的局域网的网络协议,使用UDP协议工作,主要有以下用途: 1、为内部网络或网络服务供应商自动分配IP地址; 2、为用户或者内部网络管理员作为对所有计算机作中央管理的手段; 3、为内部网络用户接受IP租约。 而...

IntroductionThis is bold text, and this is emphasized text. Visit the Hugo website!

超平面 射影空间

反序列化逃逸摘录https://www.cnblogs.com/wjrblogs/p/12800358.html 序列化和反序列化的概念#序列化就是将 对象、string、数组array、变量 转换成具有一定格式的字符串。具体可以看 CTF PHP反序列化,下图摘自此篇文章其实每个字符对应的含义都很好理解: s ---- string 字符串 i ---- integer...