V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  loveminds  ›  全部回复第 53 页 / 共 118 页
回复总数  2360
1 ... 49  50  51  52  53  54  55  56  57  58 ... 118  
2015 年 3 月 27 日
回复了 vvsuperman 创建的主题 奇思妙想 程序员找妹子不对!!(应该是妹子找程序员)
@vvsuperman 我不需要再找了~
2015 年 3 月 26 日
回复了 vvsuperman 创建的主题 奇思妙想 程序员找妹子不对!!(应该是妹子找程序员)
那对于自带程序员属性的妹子不是啥都不用找了?
这玩意看起来还不错
2015 年 3 月 23 日
回复了 hjc4869 创建的主题 路由器 求宿舍断电后的路由器供电方案
有专门的路由器储能装置吧 最早是监控头用的
Connext...没记错是T400/X201的声卡厂商吧
2015 年 3 月 15 日
回复了 wico77 创建的主题 DNS 谁知道如何申请 akamai 家的 DNS
@zjgood 不一定是118,202.55的,110的,119的也见过
@Bitex 另外我可以建议在点击设备名称的时候对应的设备发出咚响,以便于区分
@Bitex 这种东西最好还是不要做成太多文件,一般都是直接丢system32
你引用了个EndPointController.exe,而Thinkpad驱动没有这个文件,故出错
有关调用实时(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 年 3 月 11 日
回复了 Themyth 创建的主题 奇思妙想 寻狗类 APP,有可行性吗?
我们目前在做一个类似的项目,寻猫的404,以及配套的微信公众号之类的东西
@crayon 大概考虑在芳村以及白云放置几个吧
@crayon 后者 我们可以在广州多个地点(创意园以及家中)安装传感器
话说PM2.5怎样给你们提供数据源呢
@typcn lofter也总会有倒闭的一天
2015 年 3 月 2 日
回复了 sdomusic 创建的主题 宽带症候群 CMCC 严重干扰家用 WIFI 怎么破?
@anheiyouxia 你是省网(U互动)吧 甜果时光是没有的
@Livid 另外 你们最好把七牛 又拍 Lofter和贴图库的规则加进来
@Livid 新浪图片也不能解析了么
为什么左边编辑右边预览,你看下W701ds的设计就知道了
http://i2.sinaimg.cn/IT/cr/2010/1129/2481598759.JPG
1 ... 49  50  51  52  53  54  55  56  57  58 ... 118  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   923 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 21:11 · PVG 05:11 · LAX 14:11 · JFK 17:11
♥ Do have faith in what you're doing.