Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
ca772bf1
Commit
ca772bf1
authored
Sep 22, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
09c85894
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
script/garble/insert.py
+2
-0
script/release_builder.sh
+1
-1
script/script_help.sh
+2
-2
src/main/java/com/common/bean/UploadCollectionBean.java
+2
-0
No files found.
script/garble/insert.py
View file @
ca772bf1
...
...
@@ -70,6 +70,8 @@ def process_file_content(path, file_name):
with
open
(
path
,
"r"
,
encoding
=
"utf-8"
)
as
f
:
# readlines以列表的形式将文件读出
lines
=
f
.
readlines
()
if
"***Keep***"
in
lines
:
return
with
open
(
path
,
"w"
,
encoding
=
"utf-8"
)
as
f_w
:
isReturn
=
False
...
...
script/release_builder.sh
View file @
ca772bf1
...
...
@@ -26,7 +26,7 @@ init(){
#四大组件混淆
./rename_project.sh
||
{
echo
"rename_project error!"
;
exit
1
;
}
#代码结构混淆
#
./insert.py || { echo "insert_code error!"; exit 1; }
./insert.py
||
{
echo
"insert_code error!"
;
exit
1
;
}
cd
../../../
}
...
...
script/script_help.sh
View file @
ca772bf1
...
...
@@ -110,8 +110,8 @@ then
elif
((
$commod
==
'10'
))
then
cd
garble
chmod a+x insert.py
./insert.py
#
chmod a+x insert.py
#
./insert.py
elif
((
$commod
==
'11'
))
then
...
...
src/main/java/com/common/bean/UploadCollectionBean.java
View file @
ca772bf1
//***Keep***
package
com
.
common
.
bean
;
import
java.io.Serializable
;
public
class
UploadCollectionBean
implements
Serializable
{
private
String
imei
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment