V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  loveminds  ›  全部回复第 53 页 / 共 118 页
回复总数  2355
1 ... 49  50  51  52  53  54  55  56  57  58 ... 118  
2015-03-15 19:53:27 +08:00
回复了 wico77 创建的主题 DNS 谁知道如何申请 akamai 家的 DNS
@zjgood 不一定是118,202.55的,110的,119的也见过
2015-03-11 16:10:52 +08:00
回复了 Bitex 创建的主题 分享创造 Audio Device Switcher,用于快速切换默认音频设备的小工具
@Bitex 另外我可以建议在点击设备名称的时候对应的设备发出咚响,以便于区分
2015-03-11 16:07:47 +08:00
回复了 Bitex 创建的主题 分享创造 Audio Device Switcher,用于快速切换默认音频设备的小工具
@Bitex 这种东西最好还是不要做成太多文件,一般都是直接丢system32
2015-03-11 05:31:42 +08:00
回复了 Bitex 创建的主题 分享创造 Audio Device Switcher,用于快速切换默认音频设备的小工具
你引用了个EndPointController.exe,而Thinkpad驱动没有这个文件,故出错
2015-03-11 05:22:03 +08:00
回复了 Bitex 创建的主题 分享创造 Audio Device Switcher,用于快速切换默认音频设备的小工具
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.ComponentModel.Win32Exception (0x80004005): 系统找不到指定的文件。
在 System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
在 System.Diagnostics.Process.Start()
在 Audio_Device_Switcher.frmPanel.GetAudioDevices()
在 Audio_Device_Switcher.frmPanel.RefreshAudioDeviceList()
在 Audio_Device_Switcher.frmPanel.frmPanel_Shown(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnShown(EventArgs e)
在 System.Windows.Forms.Form.CallShownEvent()
在 System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34003 built by: FX45W81RTMGDR
基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Audio Device Switcher
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:file:///C:/Windows/system32/AudioSwitcher.exe
----------------------------------------
System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34003 built by: FX45W81RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
程序集版本:4.0.0.0
Win32 版本:4.0.30319.33440 built by: FX45W81RTMREL
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
2015-03-11 05:15:35 +08:00
回复了 Themyth 创建的主题 奇思妙想 寻狗类 APP,有可行性吗?
我们目前在做一个类似的项目,寻猫的404,以及配套的微信公众号之类的东西
2015-03-04 00:19:18 +08:00
回复了 crayon 创建的主题 酷工作 [广州] BestApp 招聘 Rails 开发工程师 (同时收 Ruby 和 iOS 实习生)
@crayon 大概考虑在芳村以及白云放置几个吧
2015-03-04 00:13:52 +08:00
回复了 crayon 创建的主题 酷工作 [广州] BestApp 招聘 Rails 开发工程师 (同时收 Ruby 和 iOS 实习生)
@crayon 后者 我们可以在广州多个地点(创意园以及家中)安装传感器
2015-03-03 22:41:21 +08:00
回复了 crayon 创建的主题 酷工作 [广州] BestApp 招聘 Rails 开发工程师 (同时收 Ruby 和 iOS 实习生)
话说PM2.5怎样给你们提供数据源呢
@typcn lofter也总会有倒闭的一天
2015-03-02 10:52:36 +08:00
回复了 sdomusic 创建的主题 宽带症候群 CMCC 严重干扰家用 WIFI 怎么破?
@anheiyouxia 你是省网(U互动)吧 甜果时光是没有的
2015-03-01 14:18:06 +08:00
回复了 wsgzao 创建的主题 宽带症候群 30M 宽带 2100 元/2 年,推荐所有非电信宽带用户及时转投
2015-03-01 14:14:42 +08:00
回复了 li2150 创建的主题 Markdown 为什么 Markdown 编辑器基本上不支持左边预览、右边编辑?
@Livid 另外 你们最好把七牛 又拍 Lofter和贴图库的规则加进来
2015-03-01 03:02:50 +08:00
回复了 li2150 创建的主题 Markdown 为什么 Markdown 编辑器基本上不支持左边预览、右边编辑?
@Livid 新浪图片也不能解析了么
2015-03-01 03:02:20 +08:00
回复了 li2150 创建的主题 Markdown 为什么 Markdown 编辑器基本上不支持左边预览、右边编辑?
为什么左边编辑右边预览,你看下W701ds的设计就知道了
http://i2.sinaimg.cn/IT/cr/2010/1129/2481598759.JPG
2015-02-28 06:28:14 +08:00
回复了 myv2ex 创建的主题 MacBook Pro MacBook 在外接键盘的情况下,如何禁用本身的键盘
@hging 工程量太大了吧 MBP尚且要把整个D壳和主板以及各种附件全部拆掉 MBA就更不用说了
http://blog.sina.com.cn/s/blog_43a0370b01016vzb.html
2015-02-27 23:56:30 +08:00
回复了 leopard080264 创建的主题 宽带症候群 上海电信国际精品网维护后“升级”了
@Havee 双线也还好 我是有两个SSID Miner_CT&Miner_CM
@BlueFly 如果是监控其他东西 例如淘宝 京东 亚马逊的商品或许略麻烦一点
nodequery很不错
1 ... 49  50  51  52  53  54  55  56  57  58 ... 118  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2602 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 52ms · UTC 14:43 · PVG 22:43 · LAX 07:43 · JFK 10:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.