li5986975
li5986975
关注数: 18
粉丝数: 9
发帖数: 282
关注贴吧数: 32
朝阳电子厂 朝阳电子厂待遇怎么样,黑不黑
求助!查找config.ini里的字符串并追加后面的数字到文本 求助大大,各像下面提取计算机型号输出到文本一样 @if %PROCESSOR_ARCHITECTURE%=="x86" (start /wait dxdiag /whql:off /t DxDiag.txt) else (start /wait dxdiag /64bit /whql:off /t DxDiag.txt) @for /f "tokens=2 delims=:" %%i in ('type "DxDiag.txt"^|findstr /s /i /c:"System Model"') do (set pc=%%i) @echo System Model: %pc:~1,30%>>"%computername%.txt" 如何查找config.ini里的“StationNo=“并追加后面的数字56789到前面的文本 以下节选 config.ini ———————————————————— [InitConfig] StationNo=56789 AgentID=1003 TServerIP=10.*.*.62 LinkIP=10.*.*.62 ACCServerIP=0 ICCServerIP=0 ACDServerIP=0 RECType=1 PBXType=7 IPPhoneType=2 PBXACDType=1 TransforToIVRType=2 HangUpAgtState=1100 DLogout=1 ———————————————————— 谢谢
游民星空下的魔法对抗 玩不了 系统win7 sp1 xnafx31_redist也安装了 还是不行 恳请各位大哥帮忙解决下 谢谢 Version: 1.3.5.3 Thread: LoaderThread System.TypeInitializationException: “Magicka.Gamers.Gamer”的类型初始值设定项引发异常。 ---> System.NullReferenceException: 未将对象引用设置到对象的实例。 在 Microsoft.Xna.Framework.Graphics.VertexDeclaration..ctor(GraphicsDevice graphicsDevice, VertexElement[] elements) 在 Magicka.GameLogic.UI.MessageBox..ctor(String iMessage) 在 Magicka.GameLogic.UI.GamerCustomizeMessageBox..ctor() 在 Magicka.GameLogic.UI.GamerCustomizeMessageBox.get_Instance() 在 Magicka.Gamers.Gamer..ctor(String iGamerTag) 在 Magicka.Gamers.Gamer..cctor() --- 内部异常堆栈跟踪的结尾 --- 在 Magicka.Gamers.Gamer..ctor(String iGamerTag) 在 Magicka.GameLogic.Profile.Read() 在 Magicka.Game.LoaderFunction()
1
下一页