惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

博客园 - Findekano

C#异步调用的bug? 恩,VS调试时候的监视也不能够尽信啊 最近正在看的几本书 VS.NET2005使用体验(二) [C# FAQ]通过Windows Forms预处理Win32消息 将应用程序直接加入到"Run..."中打开的小工具 VS.NET2005使用体验(一) OpenGL & MFC 相关联接 .::Findekano's Tidbet:: .::Findekano's Tidbet:: .::Findekano's Tidbet:: .:: Findekano's Tidbet :: CorelDraw's Application Recovery Manager.. C#&.NET Framework中的Beep .:: Findekano's Tidbet :: [C# FAQ]C#代码中如何启动另一个应用程序或批处理程序? 今天开始,努力攒钱... 又闻到味道 如何保持代码格式?
.:: Findekano's Tidbet ::
Findekano · 2004-06-07 · via 博客园 - Findekano

    期末临近,一切都变得紧张,读研还真是累人啊。令人头痛的计算理论,各种各样的自动机和语言足以把人的精力和耐心消磨干净。希望能在暑假有一点清静,喘息一下,把自己感兴趣的东西好好整理整理。有几本心仪已久的书放在枕边却不得翻阅,考试结束后一定要K掉。
    最近对工业设计的设计过程有一些感兴趣。也许借鉴软件过程的思想可以对工业设计的设计过程有一些改进。ID领域充斥的大量处于设计开发阶段的工具而缺少前期需求捕获和知识管理的工具。现在已经有了一些初步的想法,有空要深入考虑一下。CADE(计算机辅助设计工程?俺胡诌的新名词)可能会是一个不错的领域。
    图书馆回来的路上碰到燕子,请我吃了根雪糕,高兴。


[ Math.NET ]

    想起去年我朋友用C#DIP的痛苦,如果当时有了这个就爽了:
    Math.NET is a framework written in C# for symbolic mathematical operations in an object oriented way (opensource), supporting scalar & complex Linear Algebra (Vector, Matrix, Tensor), Complex Expressions, Hyperbolic and Trigonometry, Logic Algebra, 3D geometry with vectors and plains, digital circuits and finite state machines as well as operations like derivation, integration, Taylor approximation, expression evaluation, irregular linear system solving and more.

[ Visual Studio Debugger Breakpoint Helper ]

基于Web的工具,用来诊断为何在调试中设置的断点不起作用。根据作者的说法,这个工具只是一个原形,但是如果反响好的话可能将集成入VS.NET2005之中。只是到目前为止我还很少碰到有断点不起作用的情况..赫赫

[.NET Framework bootstrapper ]

This is designed to make it very easy for developers who are writing .NET applications to package up the .NET framework along with their application in a easy way for deployment.
    当用户运行bootstrapper setup.exe的时候,它将会在安装应用程序的时候检查.NET Framework版本,并在需要时安装.NET Framework.
    这里
有一些关于bootstrapper的文章和讨论。


[ Writing Code On Whiteboards Is Hard ]

来自Eric Lippert的Blog上的一篇文章。作者给了一些面试中让被试者写代码的一些看法。原来Eric也被拒过,赫赫


[ Interviewing at Microsoft ]

关于微软面试的文章,挺有意思。不过有点长,留着慢慢看咯