config.ini
来自「遗传算法的一个库」· INI 代码 · 共 16 行
INI
16 行
@"ProgOptions config file" // mandatory marker ( constant )--qqq // option supposing no argument --zzz "iiop://localhost:16001" // option supposing an argument connected with--zz3 // option supposing no argument and has callback connected --zz1 "Say \"A\" " // option supposing an argument and callback /* -AAA // unput option - delete '/*' and '*' followed '/' to obtain error message */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?