-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Release.2.2.284,2.2版本,正常启动上线,预留调试API入口
- Loading branch information
1 parent
ce08b83
commit e490f2c
Showing
30 changed files
with
566 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 12 additions & 4 deletions
16
HaohanyhHAMOSProjectY Android/app/src/main/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...nyhHAMOSProjectY Android/app/src/main/java/com/haohanyh/hamos/arithmetic/StringUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package com.haohanyh.hamos.arithmetic; | ||
|
||
public class StringUtils {//字符串处理算法 | ||
|
||
//下面老三样了,建议是不要动 | ||
protected StringUtils() { } | ||
public static StringUtils GetData() { return Stringshuju.Stringshuju; } | ||
protected static class Stringshuju { private static final StringUtils Stringshuju = new StringUtils(); } | ||
|
||
//2.2判断华为云账号所使用 | ||
private final String HuaweiSmallLetter = "abcdefghijklmnopqrstuvwxyz"; | ||
private final String NormalCharacter = "`~!@#$%^&*()-_=+[{}]|\\:;\"',<.>/?"; | ||
public String getHuaweiSmallLetter() { return HuaweiSmallLetter; } | ||
public String getNormalCharacter() { return NormalCharacter; } | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...d/app/src/main/java/com/haohanyh/hamos/networkAPI/AKeystoneCreateUserTokenByPassword.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class AKeystoneCreateUserTokenByPassword { | ||
} |
4 changes: 4 additions & 0 deletions
4
...ojectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/BKeystoneListProjects.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class BKeystoneListProjects { | ||
} |
4 changes: 4 additions & 0 deletions
4
...HAMOSProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/CCreateProduct.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class CCreateProduct { | ||
} |
4 changes: 4 additions & 0 deletions
4
...anyhHAMOSProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/DAddDevice.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class DAddDevice { | ||
} |
4 changes: 4 additions & 0 deletions
4
...yhHAMOSProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/EListDevices.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class EListDevices { | ||
} |
4 changes: 4 additions & 0 deletions
4
...SProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/FResetDeviceSecret.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class FResetDeviceSecret { | ||
} |
4 changes: 4 additions & 0 deletions
4
...OSProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/GShowDeviceShadow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class GShowDeviceShadow { | ||
} |
4 changes: 4 additions & 0 deletions
4
...HAMOSProjectY Android/app/src/main/java/com/haohanyh/hamos/networkAPI/HCreateCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class HCreateCommand { | ||
} |
4 changes: 4 additions & 0 deletions
4
...roid/app/src/main/java/com/haohanyh/hamos/networkAPI/IHaohanyh_OranMeCDN_ListDevices.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.haohanyh.hamos.networkAPI; | ||
|
||
public class IHaohanyh_OranMeCDN_ListDevices { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.