Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
log
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tulip Li
log
Commits
75581aac
Commit
75581aac
authored
Aug 31, 2017
by
Tulip Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0831 finished the task one
parent
15cb79f5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
4 deletions
+39
-4
0830.md
2017/08/0830.md
+20
-1
0831.md
2017/08/0831.md
+19
-0
0830.md
2017:08/0830.md
+0
-3
No files found.
2017/08/0830.md
View file @
75581aac
# set up bobcat on local
# set up bobcat on local
run the shell commands one by one
\
run the shell commands one by one
\
re
set
postgres
re
install
postgres
# markdown 语法学习
# markdown 语法学习
> ###引用
> ###引用
...
@@ -47,3 +47,22 @@ __coding加粗__
...
@@ -47,3 +47,22 @@ __coding加粗__
---
---
# try to do the first task
> ### 1.learn Flux
>
>> the dispatcher\the stores\the views\the actions
>
>> Action -> Dispatcher -> Store -> View
> ### 2.learn Morearty
>
>> know TodoMVC is how to work \
>> know getDefaultBinding()
> ### 3.learn Imumutable
>
>> **List**,**Stack**,**Map**,**OrderedMap**,**Set**,**OrderedSet** and **Record**
>
>>
2017/08/0831.md
0 → 100644
View file @
75581aac
# to do the first task
Have finished the task one
\
Some questions and confusion
*
I want to add
`focus()`
to the
`<input ref="permalink"/>`
, but it doesn't work when I first click the EDIT button, but it works next time
```
js
_onEditStatusChange
=
()
=>
{
this
.
refs
.
permalink
.
focus
()
this
.
setStateWithForceUpdate
({
editStatus
:
false
})
}
```
*
I am confused with the
`this.setState`
and
`this.setStateWithForceUpdate`
and try to read the doc again
after read the doc Deprecated ,know the `this.setStateWithForceUpdate` and `dangerouslySetInnerHTML` are deprecated
2017:08/0830.md
deleted
100644 → 0
View file @
15cb79f5
test commit
` this is command`
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