英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

seek    音标拼音: [s'ik]
vt. 寻求,寻找,探索,追求,搜索,请求
vi. 寻找,搜索

寻求,寻找,探索,追求,搜索,请求寻找,搜索

seek
查找; 寻找

seek
寻觅

seek
n 1: the movement of a read/write head to a specific data track
on a disk
v 1: try to get or reach; "seek a position"; "seek an
education"; "seek happiness"
2: try to locate or discover, or try to establish the existence
of; "The police are searching for clues"; "They are searching
for the missing man in the entire county" [synonym: {search},
{seek}, {look for}]
3: make an effort or attempt; "He tried to shake off his fears";
"The infant had essayed a few wobbly steps"; "The police
attempted to stop the thief"; "He sought to improve himself";
"She always seeks to do good in the world" [synonym: {try},
{seek}, {attempt}, {essay}, {assay}]
4: go to or towards; "a liquid seeks its own level"
5: inquire for; "seek directions from a local"

Seek \Seek\, a.
Sick. [Obs.] --Chaucer.
[1913 Webster]


Seek \Seek\, v. t. [imp. & p. p. {Sought}; p. pr. & vb. n.
{Seeking}.] [OE. seken, AS. s[=e]can, s[=e]cean; akin to OS.
s[=o]kian, LG. s["o]ken, D. zoeken, OHG. suohhan, G. suchen,
Icel. saekja, Sw. s["o]ka, Dan. s["o]ge, Goth. s[=o]kjan, and
E. sake. Cf. {Beseech}, {Ransack}, {Sagacious}, {Sake},
{Soc}.]
1. To go in search of; to look for; to search for; to try to
find.
[1913 Webster]

The man saked him, saying, What seekest thou? And he
said, I seek my brethren. --Gen. xxxvii.
15, 16.
[1913 Webster]

2. To inquire for; to ask for; to solicit; to beseech.
[1913 Webster]

Others, tempting him, sought of him a sign. --Luke
xi. 16.
[1913 Webster]

3. To try to acquire or gain; to strive after; to aim at; as,
to seek wealth or fame; to seek one's life.
[1913 Webster]

4. To try to reach or come to; to go to; to resort to.
[1913 Webster]

Seek not Bethel, nor enter into Gilgal. --Amos v. 5.
[1913 Webster]

Since great Ulysses sought the Phrygian plains.
--Pope.
[1913 Webster]


Seek \Seek\, v. i.
To make search or inquiry; to endeavor to make discovery.
[1913 Webster]

Seek ye out of the book of the Lord, and read. --Isa.
xxxiv. 16.
[1913 Webster]

{To seek}, needing to seek or search; hence, unprepared.
"Unpracticed, unprepared, and still to seek." --Milton.
[Obs.]

{To seek after}, to make pursuit of; to attempt to find or
take.

{To seek for}, to endeavor to find.

{To seek to}, to apply to; to resort to; to court. [Obs.]
"All the earth sought to Solomon, to hear his wisdom." --1
Kings x. 24.

{To seek upon}, to make strict inquiry after; to follow up;
to persecute. [Obs.]
[1913 Webster]

To seek
Upon a man and do his soul unrest. --Chaucer.
[1913 Webster]

97 Moby Thesaurus words for "seek":
address, aim, angle for, ask for, aspire, be after, be curious,
be determined, beat about for, beg, bid for, burn with curiosity,
canvass, cast about, chase, chivy, court, delve, delve for, demand,
dig, dig around for, dig for, dig up, dog, endeavor, essay,
ferret out, fish, fish for, follow, follow up, gape, gawk,
give chase, go after, go gunning for, gun for, hollo after, hope,
hound, hunt, hunt for, hunt up, inquire, interrogate, invite,
labor, look, look for, look up, make after, mouse, nose,
nose around for, nose out, peer, pop the question, prosecute,
prowl after, pursue, query, quest, quest after, question, quiz,
raise the hunt, request, resolve, root, rubber, rubberneck,
run after, search, search for, search out, see to, seek for,
seek out, smell, solicit, stare, still-hunt, strain, strive,
struggle, study, sue, sue for, sweat, sweat blood, take out after,
try, try to find, undertake, want to know, woo



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • python - seek() function? - Stack Overflow
    A seek() operation moves that pointer to some other part of the file so you can read or write at that place So, if you want to read the whole file but skip the first 20 bytes, open the file, seek(20) to move to where you want to start reading, then continue with reading the file
  • How can I use seek () in a binary file? - Stack Overflow
    seek changes the file postion but doesn't read anything It wouldn't know in general how much to read After the seek you can read 1 byte As a side note, don't open with more rights than you need - no need to create an unnecessary failure point in your code
  • SQL Server Plans : difference between Index Scan Index Seek
    Index Seek When SQL Server does a seek it knows where in the index that the data is going to be, so it loads up the index from disk, goes directly to the part of the index that it needs and reads to where the data that it needs ends
  • Python - how to navigate through text file multiple lines backwards . . .
    All I can seem to do with seek() is search from the very end of the file, or the beginning It doesn't seem to let me just do seek(105,1) from the line that is matched ### This is the example test txt This is 1st line This is 2nd line # Needs to seek() to this line from the 6th line This needs to be dynamic as it wont always be 4 lines
  • c++ - fstream seekg(), seekp(), and write() - Stack Overflow
    What this means is that when you use a std::basic_fstream, which by default uses a std::basic_filebuf, the single file position is moved by both seekp() and seekg(); unless you use a separate variable to store one of the positions so you can then seek back to it, you cannot keep track of put and get positions independently
  • jquery - Is there a way to seek to a certain time in a video using . . .
    Is there a way to use jQuery JavaScript to "seek" to a certain time in the video? For example, if I wanted to get to 3:41 inside of a video could I write code to automatically seek to that time w o API access to the sites providing the video?
  • How do you find the last time a database was accessed?
    To expand on James Allen's answer: SELECT d name, last_user_seek = MAX(last_user_seek), last_user_scan = MAX(last_user_scan), last_user_lookup = MAX(last_user_lookup), last_user_update = MAX(last_user_update) FROM sys dm_db_index_usage_stats AS i JOIN sys databases AS d ON i database_id=d database_id GROUP BY d name
  • lseek SEEK_DATA appears to be not working - Stack Overflow
    With the above code set to different values, the SEEK_DATA does indeed return the beginning of the block that contains the data: 4095 = 0 4096 = 4096 4097 = 4096 8191 = 4096 8192 = 8192 8193 = 8192 However this is not clear from the man page: Adjust the file offset to the next location in the file greater than or equal to offset containing data
  • Streaming files from amazon s3 with seek possibility in C#
    You can use the TimeWastedSeeking property to see how much time is being wasted by allowing Seek() on an s3 stream Here's an example on how to use it: using (var client = new AmazonS3Client(credentials, Amazon RegionEndpoint USEast1)) { using (var stream = SeekableS3Stream OpenFile(client, "myBucket", "path to myfile txt", true)) { stream is
  • python file. seek () with os. SEEK_CUR vs os. SEEK_SET
    # seek back by difference from current position fp seek(last_read_byte - fp tell(), os SEEK_CUR) B: # seek by absolute position from start of the file fp seek(last_read_byte) (fp is a python file object) I just thought that B) might start reading the file from the beginning How do I check if that's the case?





中文字典-英文字典  2005-2009