如何创建并在iPhone登录中国区AppStore账号 | Step-by-step Guide for Creating and Login into a Chinese AppStore Account on Your iPhone

如何创建并在iPhone登录中国区AppStore账号 | Step-by-step Guide for Creating and Login into a Chinese AppStore Account on Your iPhone

简介 Introduction 国内有许多的App都是锁区的,这意味着如果你登陆的是其他地区(如美国)的账号,你将搜索不到也安装不了许多国内的App (例如网易云音乐,抖音,国内服的原神,等等)。 这时候就需要登录一个中国区AppStore账号了。 A lot of Chinese iOS Apps are locked to Chinese…

T-Mobile Mobile Hotspot TMOHS1

Intro

I recently registered for the T-Mobile test drive program to try out their mobile hotspot service. My original intention was to get the T-Mobile T9 (Franklin Wireless R717) device that can be rooted and unlocked. However, it seems that T-Mobile stopped shipping that model some time at the beginning of 2021. Instead, they shipped another model referred to as "T-Mobile Hotspot" with a model number of TMOHS1.

Here is what the TMOHS1 device looks like:
TMOHS1

MabiUITmp2Xml | 洛奇UI配置Tmp转XML工具

背景 Background 近期R348的更新突然更换了UI配置文件的格式,从以往的C:\Users\用户名\Documents\洛奇\cache\角色名@服务器_sc.tmp变成了X:\客户端\路径\ui.##############.xml。两者的本质其实是一样的,但是格式和编码略有不同。官方不知为何没有实现自动过渡的功能,米莱西安们不得已只能自行转换。 本工具的目的便是以最少的操作完成文件的转换。 原理 Principle 从角色名@服务器.tmp中提取角色ID(8个字节)。提取的偏移量取决于文件的第一个字节,如果是0x10或0x12,则偏移量为29。如果是0x13,则偏移量为37。 从角色名@服务器_sc.tmp(UTF-8)中提取整个<ui>节点(第30个字节到文件尾-1),然后写入到X:\客户端\路径\ui.角色ID.xml(UTF-16LE)中。 截图 Screenshot 使用说明 Instructions 请先不要运行客户端。否则角色名@服务器_sc.tmp文件会被新的默认文件覆盖。(你也可以先备份好再运行。) 下载MabiUITmp2Xml_v0.0.0.1.zip并解压到客户端目录 直接运行MabiUITmp2Xml.exe。此方式会试图转换所有C:\Users\用户名\Documents\洛奇\cache\角色名@服务器_sc.tmp文件。…
MATLAB VS2015.3 Toolset

MatConvNet with Visual Studio 2015.3 Toolset and MATLAB R2017a

Introduction

After a recent re-install of Windows on my laptop, I decided to install the latest version of the software packages that I frequently use. This include MATLAB R2017a ,Visual Studio 2017 Enterprise and MatConvNet.

However, it turns out that MATLAB R2017a does not support using VS2017 out of the box (patch required). What’s worse is that CUDA Toolkit 8.0 also doesn’t support VS2017 yet.

In order to use MatConvNet for my research, I had to install VS2015.3 Toolset (optional component of VS2017) and configure MATLAB R2017a to use it.

 

System Environment

ComponentVersion
OSWindows 10 Home 1703 Build 15063.0
MATLABR2017a
CUDA Toolkit8.0.61
CuDNN5.1
Visual Studio2017 Enterprise with 2015.3 Toolset