1-18 937 views
阅读全文 0
拷贝以下代码建立一个reg文件,替换相关路径,保存为ASCII文件,双击运行加入注册表
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Notepad++]
@="使用Notepad++打开"
"Icon"="C:\\Program Files\\Notepad++\\Notepad++.exe"
[HKEY_CLASSES_RO...
12-31 1,335 views
拷贝以下代码建立一个reg文件,替换相关路径,保存为ASCII文件,双击运行加入注册表
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Not...
GoLang 强制类型转换:unsafe.Pointer
package main
import (
"fmt"
"text/template"
"unsafe"
)
// MyTemplate 定义和 template.Template 只是形似
type MyTemplate struct {
name string
parseTree *unsafe.Pointer
common *u...
10-25 1,567 views
GoLang 强制类型转换:unsafe.Pointer
package main
import (
"fmt"
"text/template"
"unsafe"
)
// MyTemplate 定义和 template.Template 只是...
# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("gn/flutter_defines.gni")
import("gn/shared_sources.gni")
if (is_fuchsia) {
import("//build/vulkan/con...
9-16 3,177 views
# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("gn/f...