Team:SUSTC-Shenzhen-A/Biosearch Tool1
From 2012.igem.org
(Created page with "{{Template:SUSTC_A2}} <html> <head> <style type="text/css"> .sidebar_box_woframe { margin-bottom: 20px; } .sidebar_box { width: 260px; padding: 0; } .sidebar_box_top { wi...") |
|||
Line 163: | Line 163: | ||
<tr> | <tr> | ||
<td><div id="talkbubble_c1"> | <td><div id="talkbubble_c1"> | ||
- | <p class="title"> | + | <p class="title">SQLite</p> |
<ul> | <ul> | ||
<a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Tool">MySQL<img src="https://static.igem.org/mediawiki/2012/0/0f/Arrow_down.gif" style="BORDER:#FFFFFF 5px dashed;margin:10px;" ></img> | <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Biosearch_Tool">MySQL<img src="https://static.igem.org/mediawiki/2012/0/0f/Arrow_down.gif" style="BORDER:#FFFFFF 5px dashed;margin:10px;" ></img> | ||
Line 175: | Line 175: | ||
</ul> | </ul> | ||
<div class="image_wrapper image_fr"><span></span><img src="https://static.igem.org/mediawiki/2012/b/bd/Test.jpg"" alt="image 2" /></div> | <div class="image_wrapper image_fr"><span></span><img src="https://static.igem.org/mediawiki/2012/b/bd/Test.jpg"" alt="image 2" /></div> | ||
- | <p> | + | <p> The Main work to deal with first is the database . We get nothing but a file with the format of ‘xml’. It may be very easy work for someone who is professional . But for a beginner like me, the only thing I can do is Google , Google and Google... Fortunately, eventually I finished it.</p> |
- | + | <p> Core Data is a very useful part of iOS developing . The built-in Sqlite function is the one with which I can set up a built-in database.</p> | |
- | + | <p> the next thing we should overcome is transfer xml to Sqlite. Thankfully there is NSXmlParser Method with which we can finish this work.</p> | |
- | <p> | + | <p> why we choose sqlite?</p> |
- | + | <p> because it provide the function we needed . Network independent, very efficient , and it can store what you search in cache therefore you can get the same search result faster next time. </p> | |
- | <p> | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <p> | + | |
- | + | ||
- | <p> | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<p> </p> | <p> </p> | ||
+ | <img src="https://static.igem.org/mediawiki/igem.org/1/1c/IMG_1167.JPG"/> | ||
</div> | </div> | ||
</td> | </td> |
Revision as of 12:27, 22 September 2012
SQLite The Main work to deal with first is the database . We get nothing but a file with the format of ‘xml’. It may be very easy work for someone who is professional . But for a beginner like me, the only thing I can do is Google , Google and Google... Fortunately, eventually I finished it. Core Data is a very useful part of iOS developing . The built-in Sqlite function is the one with which I can set up a built-in database. the next thing we should overcome is transfer xml to Sqlite. Thankfully there is NSXmlParser Method with which we can finish this work. why we choose sqlite? because it provide the function we needed . Network independent, very efficient , and it can store what you search in cache therefore you can get the same search result faster next time.
|