9月份更新后,10月份又更新了一波bug,kb5006670,kb5005539在10月13號更新后,會導致win10電腦連接共享打印機顯示無法連接,錯誤0x00000709。當然,也有的不是顯示709,有可能會顯示打印機網絡未連接,或者是其它的,但問題都是因為6670這個補丁。 卸載補丁也是暫時性的,過后又會自動更新,而且有的不能卸載補丁。 主要原因是補丁修改了win32spl.dll這個文件,找一臺未更新的電腦把此文件復制下來替換更新補丁后的電腦就行了。
第一步:新建文本文檔,復制批處理代碼,另存為.bat文件。
第二步:把批處理文件和win32spl.dll放在同一個目錄下。
第三步:執行批理文件,等待批處理文件執行完成。
第四步:重啟電腦,就可以了。
批處理文件:
@Echo off
Color A
Title Fix Print spooler
rem 替換win32spl.dll
rem 重啟打印服務
Echo --------------------------------------------------------------------------
Echo 停止打印服務
net stop spooler
Echo --------------------------------------------------------------------------
Echo 替換 win32spl.dll
rem win32spl.dll
Echo --------------------------------------------------------------------------
timeout /t 3 /nobreak
Takeown /A /F C:\Windows\System32\win32spl.dll
icacls "C:\Windows\System32\win32spl.dll" /grant "administrators":F
icacls "C:\Windows\System32\win32spl.dll" /grant SYSTEM:F
ren C:\Windows\System32\win32spl.dll win32spl.dll.old
copy "%~dp0\win32spl.dll" C:\Windows\System32\win32spl.dll /Y
Echo --------------------------------------------------------------------------
Echo 增加注冊表 RpcAuthnLevelPrivacyEnabled = 0
Echo --------------------------------------------------------------------------
rem add regkey
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f
Echo --------------------------------------------------------------------------
Echo 啟動打印服務
net start spooler
Echo --------------------------------------------------------------------------
Echo 完成操作,請進行打印測試吧!
pause
我是搬運工
按字母索引
A 開頭B 開頭C 開頭D 開頭E 開頭F 開頭G 開頭H 開頭I 開頭J 開頭K 開頭L 開頭M 開頭N 開頭O 開頭P 開頭Q 開頭R 開頭S 開頭T 開頭U 開頭V 開頭W 開頭X 開頭Y 開頭Z 開頭專業名詞
A
英文譯法 1譯法 2譯法 3a block of pointers一塊指針一組指針abbreviation縮略語abstract抽象的abstract syntax tree, AST抽象語法樹abstraction抽象abstraction barrier抽象屏障抽象阻礙abstraction of function calls函數調用抽象access訪問存取access function訪問函數存取函數accumulator累加器activate激活ad hoc專設adapter適配器address地址algebraic data type代數數據類型algorithm算法alias別名allocate分配配置alternative備選amortized analysis平攤分析anaphoric指代annotation注解anonymous function匿名函數antecedent前提前件先決條件append追加拼接application應用應用程序application framework應用框架application program interface, API應用程序編程接口application service provider, ASP應用程序服務提供商applicative應用序argument參數自變量實際參數/實參arithmetic算術array數組artificial intelligence, AI人工智能assemble組合assembly匯編assignment賦值assignment operator賦值操作符associated關聯的association list, alist關聯列表atom原子atomic原子的atomic value原子型值attribute屬性特性augmented擴充automatic memory management自動內存管理automatically infer自動推導autometa theory自動機理論auxiliary輔助
B
英文譯法 1譯法 2譯法 3backquote反引用backtrace回溯backward compatible向下兼容bandwidth帶寬base case基本情形base class基類Bayes' theorem貝葉斯定理best viable function最佳可行函式最佳可行函數Bezier curve貝塞爾曲線bignum大數binary operator二元操作符binary search二分查找二分搜索二叉搜索binary search tree二叉搜索樹binary tree二叉樹binding綁定binding vector綁定向量bit位比特bit manipulation位操作black box abstraction黑箱抽象block塊區塊block structure塊結構區塊結構block name代碼塊名字Blub paradoxBlub 困境body體主體boilerplate公式化樣板bookkeeping簿記boolean布爾border邊框bottom-up design自底向上的設計bottom-up programming自底向上編程bound邊界bounds checking邊界檢查box notation箱子表示法brace花括弧花括號bracket方括弧方括號branch分支跳轉breadth-first廣度優先breadth-first search, BFS廣度優先搜索breakpoint斷點brevity簡潔buffer緩沖區buffer overflow attack緩沖區溢出攻擊bug臭蟲building創建built-in內置byte字節bytecode字節碼
C
英文譯法 1譯法 2譯法 3cache緩存call調用callback回調CamelCase駝峰式大小寫candidate function候選函數capture捕捉case分支character字符checksum校驗和child class子類choke point滯塞點chunk塊circular definition循環定義clarity清晰class類類別class declaration類聲明class library類庫client客戶客戶端clipboard剪貼板clone克隆closed world assumption封閉世界假定closure閉包clutter雜亂code代碼code bloat代碼膨脹collection收集器復合類型column行欄column-major order行主序comma逗號command-line命令行command-line interface, CLI命令行界面Common Lisp Object System, CLOSCommon Lisp 對象系統Common Gateway Interface, CGI通用網關接口compatible兼容compilation編譯compilation parameter編譯參數compile編譯compile inline內聯編譯compile time編譯期compiled form編譯后的形式compiler編譯器complex復雜complexity復雜度compliment補集component組件composability可組合性composition組合組合函數compound value復合數據復合值compression壓縮computation計算computer計算機concatenation串接concept概念concrete具體concurrency并發concurrent并發conditional條件式conditional variable條件變量configuration配置connection連接cons構造cons cell構元cons 單元consequent結果推論consistent一致性constant常量constraint約束constraint programming約束式編程container容器content-based filtering基于內容的過濾context上下文語境環境continuation延續性continuous integration, CI持續集成control控件cooperative multitasking協作式多任務copy拷貝corollary推論coroutine協程corruption程序崩潰crash崩潰create創建crystallize固化curly括弧狀的curried柯里的currying柯里化cursor光標curvy卷曲的cycle周期
D
英文譯法 1譯法 2譯法 3dangling pointer迷途指針野指針Defense Advanced Research Projects Agency, DARPA美國國防部高級研究計劃局data數據data structure數據結構data type數據類型data-driven數據驅動database數據庫database schema數據庫模式datagram數據報文dead lock死鎖debug調試debugger調試器debugging調試declaration聲明declaration forms聲明形式declarative聲明式說明式declarative knowledge聲明式知識說明式知識declarative programming聲明式編程說明式編程declarativeness可聲明性declaring聲明deconstruction解構deduction推導推斷default缺省默認defer推遲deficiency缺陷不足define定義definition定義delegate委托delegationdellocate釋放demarshal散集deprecated廢棄depth-first深度優先depth-first search, BFS深度優先搜索derived派生derived class派生類design pattern設計模式designator指示符destructive破壞性的destructive function破壞性函數destructuring解構device driver硬件驅動程序dimensions維度directive指令directive指示符directory目錄disk盤dispatch分派派發distributed computing分布式計算DLL hellDLL 地獄document文檔dotted list點狀列表dotted-pair notation帶點尾部表示法帶點尾部記法duplicate復本dynamic binding動態綁定dynamic extent動態范圍dynamic languages動態語言dynamic scope動態作用域dynamic type動態類型
E
英文譯法 1譯法 2譯法 3effect效果efficiency效率efficient高效elaborateelucidatingembedded language嵌入式語言emulate仿真encapsulation封裝enum枚舉enumeration type枚舉類型enumrators枚舉器environment環境equal相等equality相等性equation方程equivalence等價性error message錯誤信息error-checking錯誤檢查escaped逃脫溢出escape character轉義字符evaluate求值評估evaluation求值event事件event driven事件驅動exception異常exception handling異常處理exception specification異常規范exit退出expendable可擴展的explicit顯式exploratory programming探索式編程export導出引出expression表達式expressive power表達能力extensibility可擴展性extent范圍程度external representation外部表示法extreme programming極限編程
F
英文譯法 1譯法 2譯法 3factorial階乘family(類型的)系feasible可行的feature特色field字段欄位file文件file handle文件句柄fill pointer填充指針fineo-grained細粒度firmware固件first-class第一類的第一級的一等的first-class function第一級函數第一類函數一等函數first-class object第一類的對象第一級的對象一等公民fixed-point不動點fixnum定長數定點數flag標記flash閃存flexibility靈活性floating-point浮點數floating-point notation浮點數表示法flush刷新fold折疊font字體force迫使form形式form表單formal parameter形參formal relation形式關系forward轉發forward referencesfractal分形fractions派系framework框架freeware自由軟件function函數function literal函數字面常量function object函數對象functional arguments函數型參數functional programming函數式編程functionality功能性
G
英文譯法 1譯法 2譯法 3game游戲garbage垃圾garbage collection垃圾回收garbage collector垃圾回收器generalized泛化generalized variable廣義變量generate生成generator生成器generic通用的泛化的generic algorithm通用算法泛型算法generic function通用函數generic programming通用編程泛型編程genrative programming生產式編程global全局的global declaration全局聲明glue program膠水程序goto跳轉graphical user interface, GUI圖形用戶界面greatest common divisor最大公因數Greenspun's tenth rule格林斯潘第十定律
H
英文譯法 1譯法 2譯法 3hack破解hacker黑客handle處理器處理程序句柄hard disk硬盤hard-wirehardware硬件hash tables哈希表散列表header頭部header file頭文件heap堆helper輔助函數輔助方法heuristic啟發式high-order高階higher-order function高階函數higher-order procedure高階過程hyperlink超鏈接HyperText Markup Language, HTML超文本標記語言HyperText Transfer Protocol, HTTP超文本傳輸協議
I
英文譯法 1譯法 2譯法 3identical一致identifier標識符identity同一性ill type類型不正確illusion錯覺imperative命令式imperative programming命令式編程implement實現implementation實現implicit隱式import導入incremental testing增量測試indent縮排縮進indentation縮排縮進indented縮排縮進indention縮排縮進infer推導infinite loop無限循環infinite recursion無限遞歸infinite precision無限精度infix中序information信息information technology, IT信息技術inheritance繼承initialization初始化initialize初始化inline內聯inline expansion內聯展開inner class內嵌類inner loop內層循環input輸入instances實例instantiate實例化instructive教學性的instrument記錄儀integer整數integrate集成interactive language交互式語言interactive programming environment交互式編程環境interactive testing交互式測試interacts交互interface接口intermediate form過渡形式中間形式internal內部internet互聯網因特網interpolation插值interpret解釋interpreter解釋器interrupt中止中斷intersection交集inter-process communication, IPC進程間通信invariants約束條件invoke調用item項iterate迭代iteration迭代的iterative迭代的iterator迭代器
J
英文譯法 1譯法 2譯法 3jagged鋸齒狀的job control language, JCL作業控制語言judicious明智的
K
英文譯法 1譯法 2譯法 3kernel核心kernel language核心語言keyword argument關鍵字參數keywords關鍵字kludge蹩腳
L
英文譯法 1譯法 2譯法 3lambda calculuslambda 演算larval startup雛形創業公司laser激光latitudelayout版型lazy惰性lazy evaluation惰性求值legacy software歷史遺留軟件leverage杠桿(動詞)利用lexical詞法的lexical analysis詞法分析lexical closure詞法閉包lexical scope詞法作用域Language For Smart People, LFSP聰明人的語言library庫函數庫函式庫lifetime生命期linear iteration線性迭代linear recursion線性遞歸link鏈接連接linker連接器list列表list operation列表操作literal字面literal constant字面常量literal representation字面量load裝載加載loader裝載器加載器local局部的局域的local declarations局部聲明local function局部函數局域函數local variable局部變量局域變量locality局部性loop循環lvalue左值
M
英文譯法 1譯法 2譯法 3machine instruction機器指令machine language機器語言machine language code機器語言代碼machine learning機器學習macro宏mailing list郵件列表mainframes大型機maintain維護manifest typing顯式類型manipulator操縱器mapping映射mapping functions映射函數marshal列集math envy對數學家的妒忌member成員memorizing記憶化memory內存memory allocation內存分配memory leaks內存泄漏menu菜單message消息message-passing消息傳遞meta-元-meta-programming元編程metacircular元循環method方法method combination方法組合方法組合機制micro微middleware中間件migration(數據庫)遷移minimal network最小網絡mirror鏡射mismatch type類型不匹配model模型modem調制解調器modifier修飾符modularity模塊性module模塊monad單子monkey patch猴子補丁monomorphic type language單型語言Moore's law摩爾定律mouse鼠標multi-task多任務multiple values多值mutable可變的mutex互斥鎖Multiple Virtual Storage, MVS多重虛擬存儲
N
英文譯法 1譯法 2譯法 3namespace命名空間native本地的native code本地碼natural language自然語言natural language processing自然語言處理nested嵌套nested class嵌套類network網絡newline換行新行non-deterministic choice非確定性選擇non-strict非嚴格non-strict evaluation非嚴格求值nondeclarativenondestructive version非破壞性的版本number crunching數字密集運算
O
英文譯法 1譯法 2譯法 3object對象object code目標代碼object-oriented面向對象object-oriented programming面向對象編程Occam's razor奧卡姆剃刀原則on the fly運行中執行時online在線open source開放源碼operand操作對象operating system, OS操作系統operation操作operator操作符optimization優化optimization of tail calls尾調用優化option選項optional可選的選擇性的optional argument選擇性參數ordinary常規的orthogonality正交性overflow溢出overhead額外開銷overload重載override覆寫
P
英文譯法 1譯法 2譯法 3package包pair點對palindrome回文paradigm范式parallel并行parallel computer并行計算機param參數parameter參數形式參數/形參paren-matching括號匹配parent class父類parentheses括號Parkinson's law帕金森法則parse解析parse tree解析樹分析樹parser解析器partial application部分應用partial applied分步代入的partial function application部分函數應用particular ordering部分有序pass by adress按址傳遞傳址pass by reference按引用傳遞傳引用pass by value按值傳遞傳值path路徑pattern模式pattern match模式匹配perform執行performance性能performance-criticalpersistence持久性phrenology相面physical物理的pipe管道pixel像素placeholder占位符planning計畫platform平臺pointer指針pointer arithmetic指針運算poll輪詢polymorphic多態polymorphism多態polynomial多項式的pool池port端口portable可移植性portal門戶positional parameters位置參數postfix后序precedence優先級precedence list優先級列表preceding前述的predicate判斷式謂詞preemptive multitasking搶占式多任務premature design過早設計preprocessor預處理器prescribe規定prime素數primitive原語primitive recursive主遞歸primitive type原生類型principal type主要類型print打印printed representation打印表示法printer打印機priority優先級procedure過程procedurual過程化的procedurual knowledge過程式知識process進程process priority進程優先級productivity生產力profile評測profiler評測器性能分析器programmer程序員programming編程programming language編程語言project項目prompt提示符proper list正規列表property屬性property list屬性列表protocol協議prototype原型pseudo code偽碼pseudo instruction偽指令purely functional language純函數式語言pushdown stack下推棧
Q
英文譯法 1譯法 2譯法 3qualified修飾的帶前綴的qualifier修飾符quality質量quality assurance, QA質量保證query查詢query language查詢語言queue隊列quote引用quoted form引用形式
R
英文譯法 1譯法 2譯法 3race condition條件競爭競態條件radian弧度Redundant Array of Independent Disks, RAID冗余獨立磁盤陣列raise引起random number隨機數range范圍區間rank(矩陣)秩排名rapid prototyping快速原型開發rational database關系數據庫raw未經處理的read讀取read-evaluate-print loop, REPL讀取-求值-打印循環read-macro讀取宏record記錄recursion遞歸recursive遞歸的recursive case遞歸情形refactor重構refer參考reference引用參考referential transparency引用透明refine精化reflection反射映像register寄存器registry creep注冊表蠕變regular expression正則表達式represent表現request請求resolution解析度resolve解析rest parameter剩余參數return返回回車return value返回值reuse of software代碼重用right associative右結合Reduced Instruction Set Computer, RISC精簡指令系統計算機robust健壯robustness健壯性魯棒性routine例程routing路由row-major order列主序remote procedure call, RPC遠程過程調用run-length encoding游程編碼run-time typing運行期類型runtime運行期rvalue右值
S
英文譯法 1譯法 2譯法 3S-expressionS-表達式save儲存Secure Sockets Layer, SSL安全套接字層scaffold腳手架鷹架scalar type標量scan掃描schedule調度scheduler調度程序scope作用域SCREAMING_SNAKE_CASE尖叫式蛇底大寫screen屏幕scripting language腳本語言search查找搜尋segment of instructions指令片段semantics語義semaphore信號量semicolon分號sequence序列sequential循序的順序的sequential collection literalsserial串行serialization序列化series串行級數server服務器shadowing隱蔽了sharp犀利的sharp-quote升引號shortest path最短路徑SICP《計算機程序的構造與解釋》side effect副作用signature簽名simple vector簡單向量simulate模擬Single Point of Truth, SPOT真理的單點性single-segment單段的sketch草圖初步框架slash斜線slot槽smart pointer智能指針snake_case蛇底式小寫snapshot屏幕截圖socket套接字software軟件solution方案source code源代碼space leak內存泄漏spaghetti面條式代碼意面式代碼spaghetti stack意面式棧面條式棧spam垃圾郵件spec規格special form特殊形式special variable特殊變量specialization特化specialize特化specialized array特化數組specification規格說明規范splitter切分窗口sprite精靈圖square平方square root平方根squash碰撞stack棧stack frame棧幀stakeholderstandard library標準函式庫state machine狀態機statement陳述語句static type靜態類型static type system靜態類型系統status狀態store保存stream流strict嚴格strict evaluation嚴格求值string字串字符串string template字串模版strong type強類型structural recursion結構遞歸structured values結構型值subroutine子程序subset子集substitution代換substitution model代換模型subtype子類型superclass基類superfluous多余的supertype超集support支持suspend掛起swapping values交換變量的值symbol符號symbolic computation符號計算syntax語法system administrator系統管理員system administrator disease系統管理員綜合癥System Network Architecture, SNA系統網絡體系
T
英文譯法 1譯法 2譯法 3(database)table數據表table表格tag標簽標記tail-recursion尾遞歸tail-recursive尾遞歸的TAOCP《計算機程序設計藝術》target目標taxable operators需節制使用的操作符taxonomy分類法template模版temporary object臨時對象testing測試text文本text file文本文件thread線程thread safe線程安全three-valued logic三值邏輯throw拋出丟擲引發throwaway program一次性程序timestamp時間戳token詞法記號語義單位語元top-down design自頂向下的設計top-level頂層trace追蹤trailing space行尾空白transaction事務transition network轉移網絡transparent透明的traverse遍歷tree樹tree recursion樹形遞歸trigger觸發器tuple元組Turing machine圖靈機Turing complete圖靈完備typable類型合法type類型type constructor類構造器type declaration類型聲明type hierarchy類型層級type inference類型推導type name類型名type safe類型安全type signature類型簽名type synonym類型別名type variable類型變量typing類型指派輸入
U
英文譯法 1譯法 2譯法 3user interface, UI用戶界面unary一元的underflow下溢unification合一統一union并集universally quantify全局量化unqualfied未修飾的unwindinguptime運行時間Uniform Resource Locator, URL統一資源定位符user用戶utilities實用函數
V
英文譯法 1譯法 2譯法 3validate驗證validator驗證器value constructor值構造器vaporware朦朧件variable變量variable capture變量捕捉variadic input可變輸入variant變種venture capitalist, VC風險投資商vector向量viable function可行函數video視頻view視圖virtual function虛函數virtual machine虛擬機virtual memory虛內存volatile揮發vowel元音
W
英文譯法 1譯法 2譯法 3warning message警告信息web server網絡服務器weight權值權重well type類型正確wildcard通配符window窗口word單詞字wrapper包裝器包裝What You See Is What You Get, WYSIWYG所見即所得What You See Is What You Want, WYSIWYW所見即所想
X
Y
英文譯法 1譯法 2譯法 3Y combinatorY組合子
Z
英文譯法 1譯法 2譯法 3Z-expressionZ-表達式zero-indexed零索引的
專業名詞
英文譯法 1譯法 2譯法 3The Paradox of Choice選擇謬論