You have been logged on with a temporary profile on windows2008 R2 After looking into this issue, I saw the following user profiles and I didn’t see my profile (ralin). C:\Users\TEMP.domainName.000 (first time to login) C:\Users\TEMP.domainName.001 (…
/*By Jiangong SUN*/ I've encountered a problem in one server, which is : Every time I login into the server, it creates a new temporary user profile for my account. Here is the error message: "You have been logged on with a temporary profile. You can…
This error is pretty common. Meaning:When loading data by Ajax(ajax|option).DataTables by default, expects the data loaded to be valid JSON. DataTables warning:table id ={id} – Invalid JSON responseIt means exactly what is says. DataTables made an Aj…
If I run a server with the port 80, and I try to use xmlHTTPrequest i get this error: Error: listen EADDRINUSE Why is it problem for nodejs, if I want to do a request, while I run a server on the port 80? For the webbrowsers it is not a problem: I ca…
1. 非域控服务器升级 将两台Web服务器和数据库服务器(Windows Server 2016, 2019)成功升级至到Windows Server 2022,非常顺利,一次成功. 直接在Windows Server 2022的iso文件上点右键,选择装载,然后进入新出现的光盘,点击setup, 即可安装. 安装中选择保留应用. 序列号输入kms的即可. 2. 域控Server 2016升级前准备: 2.1. 创建系统备份 可以用Windows的恢复功能创建U盘启动盘,需要16G容量的U盘.其…
Ubuntu 15中在使用中Android开发板时,命令行下输入adb devices.adb shell会提示insufficient permissions for device. 通常重启下adb server可以修复类似问题. 首先强制结束server, adb kill-server 之后使用root权限重启server sudo adb start-server 输出如下就可以了: * daemon not running. starting it now on port 5037…
1. create mysql table like CREATE TABLE `test` ( `a` ) ', `b` ,) DEFAULT NULL, `c` ,) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 2. start kafka connect using Debezium mysql plugin { "name": "inventory-connect…
Return value/code Description 0x00030200 STG_S_CONVERTED The underlying file was converted to compound file format. 0x00030201 STG_S_BLOCK The storage operation should block until more data is available. 0x00030202 STG_S_RETRYNOW The storage operatio…
升级到C++Builder RAD 10 Settle 一些错误解决方法,使用LLVM  CLang编译器,BCC32C http://docwiki.embarcadero.com/RADStudio/Seattle/en/Stricter_C%2B%2B_Compilers_%28Clang-based_C%2B%2B_Compilers%29#Two-Phase_Name_Lookup_in_Templates Brush->Color = RGB(49, 106, 197); TColo…
How to fix error Another git process seems to be running in this repository When you use Git, you see the error:   fatal: Unable to create 'D:/AppServ/www/speedy/.git/index.lock': File exists. Another git process seems to be running in this repositor…