摘要:
#how to use old laptop? duo to the low price in the Xianyu, it is a good idea to install the android x86 system. but the project is a young project. S 阅读全文
摘要:
#Problem when you connect to windows platform, the freebus cannot play music. This is because you connect your phone and windows together. Because the 阅读全文
摘要:
#Problem the bluetooth cannot connect to the freebuds in the setting. #Solving Method use terminal to control the bluetooth. follow the steps in the f 阅读全文
摘要:
#方法一暴力搜索 class Solution { public: int maxSubArray(vector<int>& nums) { int n=nums.size();int ans=nums[0];int sum=0;//注意这里,差值/临时存储可以用0。因为没有直接比较并和ans相关联 阅读全文