大约有 11,000 项符合查询结果(耗时:0.0155秒) [XML]

https://www.tsingfun.com/it/opensource/1370.html 

开源跳板机(堡垒机)Jumpserver v2.0.0 使用说明 - 开源 & Github - 清泛网 ...

.... 普通用户web操作 普通用户也可以登录jumpserver web系统,进行一些操作哦 6.1 登录 6.2 浏览浏览 可以四处浏览一下,试试各个功能,仪表盘,个人信息 6.3 申请主机权限 申请主机权限,可以选择申请主机或者组,发邮件给...
https://www.tsingfun.com/it/cp... 

Eclipse C++启用pretty printing,更直观显示stl变量内容 - C/C++ - 清泛网...

...打印stl变量方法,核心原理是利用python对stl变量内容进行加工处理,并输出更加直观变量内容。步骤如下: 1、下载必要python库: $ cd /home/qpzhou $ svn co svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python 2、新建一个gdb命令文件...
https://www.tsingfun.com/ilife/life/1816.html 

快速删除代码中残留行号、多余字符 - 杂谈 - 清泛网 - 专注C/C++及内核技术

...ffice.Interop.Excel; 11 由于有几百行,不可能手动一行行地进行删除,考虑写个小程序批量删除,但又不想那么麻烦。 这里介绍一种便捷方法,使用Notepad++宏功能,步骤如下: 1、先点击宏录制: 2、输入单次操作步骤...
https://bbs.tsingfun.com/thread-889-1-1.html 

MFC中使用CSplitterWnd分割窗口后视图大小问题 - C++ UI - 清泛IT社区,为创新赋能!

使用CSplitterWnd对框架窗口进行分割之后需要根据需求设置每个分割窗口大小,但是在通过createView(...)设置大小时,往往起不到想要结果。 CSize sizeDummy; m_wndSplitterH.CreateStatic(this, 2, 1); if (!m_wndSplitterH.CreateView(0, 0, RUNTIME_CLASS(CGr...
https://www.tsingfun.com/it/os... 

Linux 网卡速率(百兆/千兆)查看及调整 - 操作系统(内核) - 清泛网 - 专...

...仅限于物理机查看,虚拟机无效,虚拟机需要在宿主机上进行设置。 --End-- linux ethtool 网卡 速率
https://bbs.tsingfun.com/thread-1376-1-1.html 

HC-05 蓝牙模块开发 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...典蓝牙2.0,并不支持蓝牙5.0(低功耗BLE),它需要配对码进行配对,App Inventor 2 中使用“蓝牙客户端”组件,而非BLE拓展,必须在手机设置中配对成功才能出现在蓝牙列表中。 注意: 它波特率是:38400,而非默认9600...
https://bbs.tsingfun.com/thread-2368-1-1.html 

【研究中】高德地图API研究及接入 - App应用开发 - 清泛IT社区,为创新赋能!

...制,1=256, 2=512 ltype:线性控制,增加后,只对地图要素进行控制,没有文字注记,要素多少,是否透明。1 ~ 7 可以自行试试效果。 道路图简版参考:https://wprd01.is.autonavi.com/appmaptile?x=54658&y=26799&z=16&style=7https://wprd01.is....
https://www.fun123.cn/referenc... 

App Inventor 2 BaiduFanyi拓展:请求百度翻译WebAPI方式拓展 · App Inventor 2 中文网

...页 百度翻译扩展 使用百度云接口进行翻译。 方法 textToTranslate:待翻译文字,语言种类自动识别。 languageToTranslateTo:需要翻译到语言,可以是zh,en,jp,fra,it等等,具体参看这里。 ...
https://stackoverflow.com/ques... 

App restarts rather than resumes

...lost their work. The sequence was: Download from play store (or sideload apk) Launch app from play store dialog: activity A appears [task stack: A] Navigate to activity B [task stack: A -> B] Press 'Home' button Launch app from app drawer: activity A appears! [task stack: A -> B -> A] (us...
https://stackoverflow.com/ques... 

Key hash for Android-Facebook app

... Guys, take care, after creating the apk, the key hash is changed! because using this code u get the debug keystore hash, but when creating apk, it's another hash, gotta capture it from log after trying ur apk on emulator , then delete code and export again with...