et

阅读 / 问答 / 标签

k8s初面考点ReplicaSet副本集极限9连击你懂了吗?

k8s考点灵魂拷问9连击 ReplicaSet 的主要作用是控制副本数量的,这里的每一个副本就是一个 Pod , ReplicaSet 它是用来确保我们有指定数量的 Pod 副本正在运行的 Kubernetes 控制器,这里为了方便后面统一把 ReplicaSet 简称 RS。 进一步说什么是控制副本数量? RS确保Pod以你指定的副本数运行,即如果有容器异常退出,会自动创建新的 Pod 来替代,而异常多出来的容器也会自动回收。 假设k8s集群中,你想要运行10个Pod,如果这时候有4个Pod发生故障,异常退出,那么RS会自动创建新的4个Pod来替代发生故障的4个Pod。 RS 尽力保证 系统当前正在运行的 Pod 数 等于期望状态 里指定的 Pod 数目。 你想要10个,那么RS就尽可能保证在任何时候都给你提供10个,没有就创建,多了就删除。 总之,ReplicaSet 尽可能确保任何时间都有指定数量的 Pod 副本在运行。 ReplicationController 控制器(简称为RC)。 在之前旧版本的k8s中,使用的是RC控制器实现了k8s集群的高可用性,它跟现在的RS控制器作用类似,作用是,确保Pod以指定的副本数运行。 ReplicaSet继承了RC的功能,并实现了扩展,主要突出扩展是更强大的 标签选择能力 ,即selector。 进一步说什么是标签选择能力? ReplicaSet 会通过标签选择器( Label-Selecto r)管理所有被打上与选择器匹配的标签的容器。 下面通过一段拟人对白,来理解什么是标签选择: RS说:”嘿嘿,我要管理被打上 A,AA,AAA标签的Pod,都不许跑,听我指挥,排队站好,U0001f9cdU0001f3fb立正,向前看!“ Pod-001说:”我被打上了BBB标签,我才不归你管呢!“ Pod-002说:”我被打上了AA标签,快来接管我吧,我准备好了“ Pod-003说:”呜呜,我想独立,我不想被RS管,我要做一个自由自在的孩子,但是不幸的是,我被打上了A标签,RS给我管的紧紧的,我失去了自由,我好可怜呀“ ReplicationController 自己也有标签选择能力,但是它只能选择包含某个标签的匹配Pod; ReplicaSet的选择器在基础上增加了允许匹配缺少某个标签的pod,或包含特定标签名的Pod; 举个例子 两组Pod,env标签分别是 production 和 devel RC 只能匹配其中的Pod-A或者Pod-B中的一个; RS 则可以同时可以匹配并将它们视为一个大组,无论标签env的值具体是什么(env=*),都可以标签名来进行匹配; 类似其他 Kubernetes API 对象,RS也需要指定 apiVersion 、 kind 、和 metadata 字段。 前面提到了,RS采用了最新的标签选择能力,通过指定 .spec.selector 标签选择器,不仅可根据标签值,甚至连标签名一致都可以进行匹配。 首先如果采用Pod模板创建Pod,会被指定标签, RS会根据标签自动接管Pod 。 再来看看非模板 非模板创建,其实就是直接创建裸的 Pods。 为什么可能会被副本集RS自动接管? 除非在创建裸Pod的时候,你确保这些裸的 Pods 并不包含可能与你的某个 ReplicaSet 的 .spec.selector 相匹配的标签。 在创建裸Pods前,必须完全排除跟任何RS有可能相同的标签,否则,RS认为你创建的Pod 就是要指定给自己接管的。 首先理解一下问题,循环创建Pod副本? RS一直在正常工作,维持Pod副本数量,缺少就创建,多了就删除。问题来了,一直创建,然后又删除,却不能稳定Pod副本数量? 看下这个 循环过程 总之,RS检测副本数量,不是比10个多,就是比10少, 一直难以维持10个有效副本 。 既然排除了是Pod内部故障问题,那么从RS角度进行可能分析,可以初步判定是多个RS标签选择器规则重复导致的。 分析初步判定原因 ReplicaSet 会通过标签选择器(Label-Selector)管理所有带有与选择器匹配的标签的容器。 创建 Pod 时,它会认为所有 Pod 是一样的,是无状态的,所以在创建顺序上不会有先后之分。 使用相同的标签选择器创建多个 ReplicaSet ,则多个RS无法识别哪个Pod是自己创建的,都会认为是归属于自己管理的Pod。 例如 双方的当前状态始终 不等于期望状态,这就会引发问题 ,因此确保 ReplicaSet 标签选择器的唯一性这一点很重要。 本期暂时讨论上述5点,下期完成下面4点 推荐阅读: 【探针配置失误,线上容器应用异常死锁后,kubernetes集群未及时响应自愈重启容器?】 推荐休闲阅读: 【囧么肥事】

请教ON DELETE NO ACTION和ON DELETE RESTRICT的区别的相关推荐

<PostgreSQL 9.6.0 手册> 章 5. 数据定义 RESTRICT阻止删除一个被引用的行。NO ACTION表示在约束被检察时如果有任何引用行存在,则会抛出一个错误,这是我们没有指定任何东西时的默认行为(这两种选择的本质不同在于NO ACTION允许检查被推迟到事务的最后,而RESTRICT则不会)

welcom to detroit city 歌词

Welcome To Detroit City -Trick ft. Eminem[00:01.00]Edit by Monique.K[00:06.19]Yeah, yeah[00:08.17]Tricky, let"s show "em some love[00:12.91]Welcome to Detroit![00:14.58][00:14.79]Where"s my gangstas and all my thugs?[00:16.77]Throw them hands up and show some love[00:19.40]And I Welcome you to Detroit City[00:22.18]I said welcome to Detroit City[00:24.77]Every place everywhere we go[00:27.25]Man we deep everywhere we roll[00:29.79]Ask around and they all know Tricky[00:32.61]That"s whats good man they all say Tricky[00:35.50][00:35.60]Click click boom, just as soon as we hit the room[00:38.01]You can hear "em holla Goon Squad in this bitch[00:40.63]Let me hear you holla Good Squad in this bitch[00:43.11]Let me hear you holla Runyon Ave. in this bitch[00:45.65]So who am I gonna call on when I ain"t got them boys with me[00:48.88]And the situation gets a little sticky[00:50.56]I"ma dial 911 like a mufuckin" punk, fuck that, bla bla[00:54.50]I"ma call that rude boy from Detroit Trick Trick[00:57.71]Quick come pick me up, bring them guns[01:00.37]Come to the club, meet me out front[01:02.00]There"s some chump up in this bitch[01:03.72]Poppin" some junk cuz he"s drunk[01:05.27]And we may have to fuck his ass up[01:07.28]Cuz uh somethin" smells a lil fishy[01:09.30]And I don"t like the way his boys keep lookin" at me[01:11.85]So homie come get me, Shut up boys what up though I see you[01:15.10]Rock Bottom, yea I see you, all my Detroit people[01:17.86]Where you at man, let me see them hands in the sky[01:20.31]Detroit mufucka"s till we die[01:22.62][01:22.95]Where"s my gangstas and all my thugs?[01:25.22]Throw them hands up and show some love[01:27.78]And I Welcome you to Detroit City[01:30.44]I said welcome to Detroit City[01:33.10]Every place everywhere we go[01:35.67]Man we deep everywhere we roll[01:38.31]Ask around and they all know Tricky[01:41.02]That"s whats good man they all say Tricky[01:43.57][01:43.80]Homie its been a long time comin" and I"m straight with that[01:46.42]Marshall call me 50 ?? and laced the track[01:48.93]This the beat you hear it bangin", he produced it himself[01:51.76]My bad almost forgot to introduce myself[01:54.41]My name is Trick Trick, head of the Goon Squad[01:57.26]And gangsta, been bangin" the underground since 95 we"re bangin[01:59.79]Elected to be the villain, and certified a menace[02:03.37]Holdin" it down since I paroled, up outta prison[02:05.52]You heard about me, you just didn"t know it was me[02:07.75]All the treacherous, evil deeds of the D you ever see[02:10.52]Pickin" that kid up in the game, I just wasn"t chasin" the fame[02:12.99]I been chasin" the paper product and givin" lames the pain[02:15.58]Accusations of violence you know you done heard of that[02:18.27]A quarter of a million dollars for beatin" a murder rap[02:20.86]And my boy holdin" me up, Shady done put it out[02:23.56]Trick Trick and Eminem, Detroit back in the house[02:26.13][02:26.31]Where"s my gangstas and all my thugs?[02:28.41]Throw them hands up and show some love[02:31.08]And I Welcome you to Detroit City[02:33.69]I said welcome to Detroit City[02:36.34]Every place everywhere we go[02:38.92]Man we deep everywhere we roll[02:41.54]Ask around and they all know Tricky[02:44.27]That"s whats good man they all say Tricky[02:46.76][02:46.96]Ayo Em, you ever need one of these weapons come get it[02:49.76]From now on every beef that you get in homie I"m in it[02:52.24]I been ridin" for this city, whether wrong or right[02:54.98]I been whippin" on mothafuckas for the longest time[02:57.61]So its evident, its time for Trick to get it fast[03:00.30]The public, see they appreciate my criminal past[03:02.93]Authorities tried to stop me but they couldn"t keep up[03:05.67]Got a fanbase thats bigger than an average star[03:08.25]I"m satisfied with it bein" my time to shine[03:10.82]And I freak from the precinct for violent crimes[03:13.50]I ain"t sayin" the shit that I"m sayin" so girls can feel me[03:16.13]Only speakin" on what I know so the world can hear me[03:18.44]So peace to Jimmy and Dre for signin" my nigga[03:21.34]He reached back to Detroit and grabbed a winner[03:24.03]So the gangstas and thugs, we embrace the love[03:26.69]And beat the hell outta anyone that fucks with us[03:29.36][03:29.55]Where"s my gangstas and all my thugs?[03:31.76]Throw them hands up and show some love[03:34.23]And I Welcome u to Detroit City[03:36.87]I said welcome to Detroit City[03:39.60]Every place everywhere we go[03:42.14]Man we deep everywhere we roll[03:44.74]Ask around and they all know Tricky[03:47.50]That"s whats good man they all say Tricky[03:53.28][03:53.54]Yeah. Trick Trick[03:56.24]Eminem, Wonder boy, Shady[04:02.78]It"s goin down baby[04:05.95]Ayo Em I got your back my nigga[04:11.11]Damn right I said my nigga[04:13.75]That"s my nigga[04:14.36]Tricky

get tricky

trick 的通常意思是“诀窍”,但在这里 tricky 是俚语式的用法,大概意思是“棘手”. this is where it can get tricky 是说 在这方面,问题可能有点棘手(或巧妙),需要用点心机.

eventual;tricky;detriment 这英语怎么读??

eventual:以-无"按-特由了重音在“按”。“以”短、平;“无”为轻音不出浊音、极短且迅速过渡到“按”,“按”音短、口型小、发音部位靠前靠上;“特”为轻音不可出浊音、且迅速过渡到“由”,“了”音只发汉语同音字开头的音、即只是把舌尖抵住上齿龈后部上颚并出短促浊音即可。tricky:"吹-科仪重音在“吹”。“吹”音短,口型小,发音部位靠下;“科”为轻音不出浊音、极短且迅速过渡到“仪”;“仪”音极短。detriment:"待-吹-曼特重音在“待”。“待”音短,口型小,嘴角向两侧向后平扯;“吹”音短;“曼”音短,口型小,嘴角向两侧向后扯;“特”为轻音,不可出浊音,且音极短。

settup的翻译是:什么意思

你多写了一个t吧,另外setup 和 set up也是不一样哦。setup 英["setu028cp] 美[u02c8su025btu02ccu028cp] n. 计划; <口>组织; 姿势; <口>故意安排使一方易胜的比赛; [例句]I gradually got rather disillusioned with the whole setup of the university.渐渐地,我对大学的整个体制感到相当失望。set up 英[set u028cp] 美[su025bt u028cp] [词典] 建立; 准备; 安排; 引起; [例句]The two sides agreed to set up a commission to investigate claims双方同意组建一个委员会来调查那些索赔要求。(另外这个词组在口语当中可以这么用I want to be set up.我想被安排一下。意思就是你有没有对象可以介绍我,安排我们见面呗。)

Ghetto Gospel Remix (Feat Tupa 歌词

歌曲名:Ghetto Gospel Remix (Feat Tupa歌手:Akon专辑:In My Ghetto Vol 2-Umvd Labels Uh, hit them with a little ghetto gospel.Those who wish to follow me. (my Ghetto gospel)I welcome with my hands.And the red sun sinks to last into the hills of gold. And peace to this young warrior,Without the sound of guns.If I could recollect before my hood days. I sit and reminisce, thinking and bliss on the good days.I stop and stare at the younger, my heart goes to m.They tested, it was stressed that they under.And nowadays, things changed. Everyone ashamed to the youth, cuz the truth looks strange.And for me it reversed, we left them a world that cursed, and it hurts.Cause any day theyl push the button.And all commend, like Malcom X and Bobby Hunton, died for nothin?Don make me get teary, the world looks dreary.When you wipe your eyes, seeing clearly.There no need for you to fear me. If you take your time to hear me,maybe you can learn to cheer me. It ain about black or white, cuz wee human. I hope we see the light before it ruined.My ghetto gospel. Those who wish to follow me. (Ghetto gospel)I welcome with my hands. And the red sun sinks to last into the hills of gold.And peace to this young warrior,Without the sound of guns. Tell me do you see that old lady, ain it sad.Living out of bags, plus she glad for the little things she has.And over there there a lady, crack got her crazy. Guess she giving birth to a baby. I don trip and let m fade me,? wee droppin?to another form of slavery. Even now I keep discouraged. Wonder if they take it all back,Will I still keep the courage? I refuse to be a role model.I set goals, take control, drink out my own bottles.I made mistakes, but learned from every one.And when it said and done. I bet this brother be a better one. If I upset, you don stress. Never forget that God hasn finished with me yet. I feel his hand on my brain. When I write rhymes,I go blind, and let the lord do his thing. But am I less holy?Cuz I choose to puff a blunt and drink a beer with my homeyz.Before we find world peace. We gotta find peace in the war on the streets. My ghetto gospel.Those who wish to follow me. (Ghetto gospel) I welcome with my hands.And the red sun sinks at last into the hills of gold. And peace to this young warrior, Without the sound of guns. Lord can you hear me speak.http://music.baidu.com/song/1639684

Pretty Vacant 歌词

歌曲名:Pretty Vacant歌手:Sex Pistols专辑:Pretty Vacant-Best Of 76Pretty Vacantsex pistolsThere"s no point in asking us you"ll get no replyOh just remenber a don"t decideI got no reason it"s all too muchYou"ll always find usOut to lunch !Oh we"re so pretty oh so prettyWe"re vacantOh we"re so pretty oh so prettyOh vacantDon"t ask us to attend cos we"re not all thereOh don"t pretend cos i don"t careI don"t believe illusions cos too much is realSo stop your cheap commentCos we know what we feelOh we"re so pretty oh so prettyWe"re vacantOh we"re so pretty oh so prettyOh vacantOh we"re so pretty oh so prettyAh but now and we don"t careThere"s no point in asking us you"ll get no replyOh just remenber a don"t decideI got no reason it"s all too muchYou"ll always find usOut to lunch !Oh we"re so pretty oh so prettyWe"re vacantOh we"re so pretty oh so prettyvacantOh we"re so pretty oh so prettyAh but now and we don"t careWe"re pretty Ah pretty vacantWe"re pretty Ah pretty vacantWe"re pretty Ah pretty vacantWe"re pretty Ah pretty vacantWe"re pretty Ah pretty vacantAnd we don"t carehttp://music.baidu.com/song/1950925

当与or not连用时,if/wether均可,但or not直接跟在连词后时,则只能用wether,

一、引导宾语从句,一般既可用whether也可用if.但   1 or not放在whether之后时,只能用whether不用if.   I don"t know whether or not he will come.我不知道他是不是回来.   注1:如果or not放在whether所引导的从句句尾,则可以用if来替换.   I don"t know whether/if he will come or not.我不知道他是不是回来.   2 在强调任意选择时,用whether…or,此时不用if替换whether.   He asked me whether I wanted to go there by train or by bus.他问我是想乘火车还是坐公共汽车去那里.   注:whether和or一起还有“不管”之意,引导让步状语从句.   Whether he drives or takes the train,he will be here on time.不管开车来还是乘火车来,他都会准时到.   3 虽引导宾语从句,但为了强调宾语部分,也可把从句放在句首,此时只用whether不用if.   Whether he will come I am not sure.他是不是来我拿不准.   4 从句作介词宾语时只用whether不用if.   It depends on whether it will be fine.那得看是不是晴天.   5 作discuss等动词的宾语时,用whether不用if.   We discussed whether we should close the shop.我们讨论是不是该关掉商店.   6 句子中有if引导的条件句,如再有表示“是否”的宾语从句,用whether不用if.   He asked me whether I"d move to New York if I got the job.他问我如果我得到那份工作是否会搬家到纽约.   7 容易产生歧义时用whether不用if来表示“是否”.   Please let me know if you need help.如果你需要帮助请告诉我.或:请告诉我你是否需要帮助.对比:Please let me know if you need help.请告诉我你是否需要帮助.   8 如果宾语从句为否定句时,则只用if不用whether.   I don"t know if it won"t rain tomorrow..我不知道明天是不是会下雨. 二、在引导主语从句、表语从句、同位语从句时一般用whether不用if.如:   ⑴Whether it is true remains a question.(主语从句)那是不是真的还是个问题.   ⑵The question is whether it is true.(表语从句)问题是是不是真的.   ⑶We have a doubt whether it is true.(同位语从句) 我们怀疑那是不是真的.   注:whether引导主语从句放在主句之后时可用if来代替. It is unclear whether/if he likes the present.他是不是喜欢那个礼物还不清楚. 三、用在动词不定式之前时用whether不用if. I don"t know whether to go there at once.我不知道是不是该立刻去那里.

killerethernet能卸载吗

不能。即使正在更新Killer控制中心,安装程序也遇到之前版本的KillerPerformanceSuite的某些部分,并且也不能卸载。Killer网卡(包括有线和无线)是RivetNetworks为游戏用户打造的专业网络设备,其核心是自带网络调节功能,可在一定程度上对UDP封包优化的网游进行加速,因此深受专业游戏玩家的信赖。

求the ready set 《Killer》歌词,万分着急,谢谢各位了!

望采纳Stu-u-uck in a limbo we Me and my sins go to toe I played a vicious part I"ve broken my fair share of hea-ar-ar-artsI"m about to blowSo if you come around then you should know-oh-oh-ohI"ll tear you up in twoGo aheadWalk it off if you know what"s best for youOoh-ooh-ooh-ooh-ooh-ooh-oohI"m no good for you This heart ain"t built for two soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m no good for you Get love and I bet you lose soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m Lo-oh-oh-oh-ohL-L-Lower than real low we Take your heart like a repo no no You dug yourself into A pretty mess that I made for you-oo-oo-ooI"ve a lot to showFor the time you"re gonna loseBy the time I go-oh-oh-ohI"ll tear you up in twoGo aheadWalk it off if you know what"s best for youOoh-ooh-ooh-ooh-ooh-ooh-oohI"m no good for you This heart ain"t built for two soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m no good for you Get love and I bet you lose soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m Lo-oh-oh-oh-ohBootleg emotionsBottled up explosionsIntoxicating you Now you know the truthI"m your sentencingThey"re exiting through your skinIntoxicating you Ninety-seven proofI"m no good for youThis heart ain"t built for two soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m no good for you Get love and I bet you lose soRun away" run away"Cause I"m no" I"m no" I"m noGood for youI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m a love killerI"m a" I"m a" I"m Lo-oh-oh-oh-oh

求The Ready Set 的killer的歌词翻译。

The Ready Set Killer Stu-u-uck in a limbo (Here we go)Me and my sins go (Toe to toe oh-oh-oh)I played a vicious part (Whoa-oh)I"ve broken my fair share of hea-ar-ar-artsI"m about to blowSo if you come around then you should know-oh-oh-ohI"ll tear you up in twoGo aheadWalk it off if you know what"s best for youOoh-ooh-ooh-ooh-ooh-ooh-oohI"m no good for you (Oh-oh)This heart ain"t built for two soRun away, run away"Cause I"m no, I"m no, I"m noGood for youI"m no good for you (Oh-oh)Get love and I bet you lose soRun away, run away"Cause I"m no, I"m no, I"m noGood for youI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m Lo-oh-oh-oh-ohL-L-Lower than real low (Here we go)Take your heart like a repo (No no no oh-oh)You dug yourself into (Whoa-oh)A pretty mess that I made for you-oo-oo-ooI"ve a lot to showFor the time you"re gonna loseBy the time I go-oh-oh-ohI"ll tear you up in twoGo aheadWalk it off if you know what"s best for youOoh-ooh-ooh-ooh-ooh-ooh-oohI"m no good for you (Oh-oh)This heart ain"t built for two so转载来自 ※ Mojim.com 魔镜歌词网 Run away, run away"Cause I"m no, I"m no, I"m noGood for youI"m no good for you (Oh-oh)Get love and I bet you lose soRun away, run away"Cause I"m no, I"m no, I"m noGood for youI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m Lo-oh-oh-oh-ohBootleg emotionsBottled up explosionsIntoxicating you (Intoxicating you)Now you know the truthI"m your sentencingThey"re exiting through your skinIntoxicating you (Intoxicating you)Ninety-seven proofI"m no good for youThis heart ain"t built for two soRun away, run away"Cause I"m no, I"m no, I"m noGood for youI"m no good for you (Oh-oh)Get love and I bet you lose soRun away, run away"Cause I"m no, I"m no, I"m noGood for youI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m a love killerI"m a, I"m a, I"m Lo-oh-oh-oh-oh

《Miguel Street Street》txt下载在线阅读全文,求百度网盘云资源

《Miguel Street》(Naipaul, V. S.)电子书网盘下载免费在线阅读链接: https://pan.baidu.com/s/1kyvzAbeUjhwqp2L79I2Gzg 提取码: ecud书名:Miguel Street作者:Naipaul, V. S.出版年份:2000-10页数:172内容简介:"Life in Trinidad as described by Mr. Naipaul through the eyes of a "street arab" in "Miguel Street" is enchanting, mysterious, varied and richly comic. His happy-go lucky community, in what to the stranger"s eye would be a slum, abounds in eccentric characters: indeed everyone is eccentric, and tolerant of other eccentrics." - The ScotsmanLife in Trinidad as described through the eyes of a street arab.作者简介:V.S.奈保尔(V.S.Naipaul):英国著名作家。1932年生于特立尼达岛上一个印度移民家庭,1950年进入牛津大学攻读英国文学,毕业后迁居伦敦。50年代开始写作,著有《米格尔街》、《斯通先生与骑士伙伴》、《自由国度》、《河湾》、“印度三部曲”、《非洲的假面剧》等。2001年,荣获诺贝尔文学奖。

求歌词:leona lewis jacket

Leona Lewis - JacketRight from the star I see youAnd I picture the futureWith you in my arms so secureBe so left out so exploded in the crowdI need someone to shout to meI look up and then i see youCoz my love i"m coldI want you to be my jacketBaby hold me close keep me in other marineWondering if it"s start to glowCome alone to kill itself and grab itDon"t leave me aloneI want you to be myYou to be my jacketTry of your times not my sideSet you like the perfect thingLike you"re win just for meBe so left out so exploded in the crowdI need someone to shout to meI look up and then i see youCoz my love I"m coldI need you to be my jacketBaby hold me close keep me in other marineWondering if it"s start to glowI don"t want to kill itself and grab itDon"t leave me alone I want you to be myYou to be my jacketEvery time I tried to go out side without a coveringEvery nights I cried coz I felt there"s no one loving meBut not any more coz I got my coat onNow I can make it through wind and stormleave me in my coatI want you to be my jacketBaby hold me close keep me in other marineWondering if it"s start to glowI don"t want to kill itself and grab itDon"t leave me alone I want you to be myYou to be my jacket

leonalewis 的jacket 歌词翻译

I just cant believe your gone 我不敢相信你已离我而去 still waitin for mornin to come 还在等待早晨的到来 when i see if the sun will rise, 当我看见太阳升起 in the way that your by my side 你陪伴在我身边 well we got so much in store 我们已经拥有了很多 tell me what is it im reaching for 告诉我我还在期待什么 when were through building memories 当我们建立回忆 ill hold yesterday in my heart 我会把昨天停留在我心中 in my heart 在我心中 they can take tomorrow他们能拿走明天 and the plans we made 和我们计划好的一切 they can take the music他们能拿那音乐 that we never play 我们从来没播放过的 all the broken dreams 那些破碎的梦 take everything 拿走全部 just take it away, 拿走全部吧 but they can never have yesterday 但他们不能够得到昨天 they can take the future 他们能拿走未来 that we"ll never know 我们永远不知道的 they can take the places 他们能拿走所有地方 that we said we will go 我们曾经说过我们要去的 all the broken dreams take everything 破碎的梦拿走了全部 just take it away, 拿走全部吧 but they can never have yesterday但他们不能够得到昨天 you always choose to stay 你永远都选择留下 I should be thankful for everyday 我应该感激每一天 heaven knows what the future holds, 天堂知道未来拥有什么 or least where the story goes 至少故事的延续 I never believed untill now 我从来不敢相信,直到现在 I know il see you again im sure 我知道我会在遇见你,我很肯定 no its not selfish to ask for more 不,要求多一点那不是自私 one more night one more day 多一夜,多一天 one more smile on your face 多一个你脸上的笑容 but they cant take yesterday 但他们不能拿走昨天 they can take tomorrow 他们能拿走明天 and the plans we made和我们计划好的一切 they can take the music 他们能拿走音乐 that we never play我们从来没播放过的 all the broken dreams take everything破碎的梦拿走了全部 just take it away, 拿走全部吧 but they can never have yesterday 但他们不能够得到昨天 they can take the future 他们能拿走未来 that we"ll never know我们永远不知道的 they can take the places 他们能拿走所有地方 that we said we will go 我们曾经说过我们要去的 all the broken dreams take everything 破碎的梦拿走了全部 just take it away, 拿走全部吧 but they can never have yesterday但他们不能够得到昨天 I thought our days would last forever 我以为我们能够到永远 but it wasnt our destiny 但那不是我们的命运 cause in my mind we had so much time, 因为在我脑海里我们拥有很都时间 but i was so wrong 但我错了 no i can believe that 不,我仍然相信 I can still find the strengh 我能够找到那份力量 in the moments we made 我们制造的每一刻 I"m lookin back on yesterday我正在回首昨天

monroetownship属于哪个国家

monroetownship属于美国常见地名。就在印第安纳州就有16个该地名。Monroe Township, Allen County, IndianaMonroe Township, Carroll County, IndianaMonroe Township, Clark County, IndianaMonroe Township, Delaware County, IndianaMonroe Township, Grant County, IndianaMonroe Township, Howard County, Indiana

An unforgettable friend_3000字

A friend who is a police in Guangzhou got married yesterday.He once helped me get out of a very sticky situation without asking for any demand. I am sorry that I couldn"t give my congratuation to him in person on his big day. Two years ago, a stuffy summer evening I was robbed when walking on the street with my another female friend after we left a hair salon. Two guys riding on a motorcycle behind us rushed onto the sidewalk and pulled my purse away. I fell down on the hard concrete ground and the mortorcycle was hitting by a electricity pole.They quickly shifted the direction and zipped away. We were so appalled and black-out that we fot to dial 110.I called my friend, the police, for help with tears in my eyes. Ten minutes later, he showed up and send me to a hospital nearby. The young resident took little care of my spot where I got hurt. Misfortunes never e alone.Three days later, it became so inflaming and swollen because of the heat of summer that I couldn"t walk. I vented my anger and anxiety everywhere I could and decided to change another better hospital.In order to avoid making further and worse problem then and future, I decided to let a specific doctor to diagose it. It was a bolt out of the blue to learn that I needed a surgery, whereas it was incredible to undertake a surgery without any local or gerenal anesthesia. I extremely suffered from it. It was him who held my hand tightly without any hesitation during the whole process and it was him who took me back and forth to hospital to do the daily checks. There were no sufficient words expressing my thanks for him.It took me a month back to the normal track until the Mid-Autumn day.My friend availed himself of the benefit from his job to offset the 70% of the total costs. However, what the quite unhappy thing was a hard-to-miss and hard-to-fade mark on my right leg. I need another surgery to remove it.It seemed to be a mark of friendship for me. The old saying goes: Fortune makes friends and adversity tests them. I"m lucky and proud to have such a genuine friend. The bad luck happening to me is unfettable, the friend,however, is more unfettable.

Rocket Surgery 歌词

歌曲名:Rocket Surgery歌手:Amy Kuney专辑:Bird"s Eye ViewAmy Kuney-Rocket SurgeryLyrics By 老实芭蕉 Q:120357097You"ve marched to your pomp and your circumstance bravelyYou"re starched you"re a formal affair and I can"t breatheYou"re smart you know all those big words and their meaningsBut you aren"t very good at remembering small thingsYou say that you love me but I ask you how muchSo you spread your arms wide till behind you your thumbs touchAnd you hold that position as I add it all upIn cold hard mathematical terms you"re in loveSo hold me, don"t think too hard about itWould common sense allow it?You wait too long and you"ll lose meJust do it when you get the urgingOh its not rocket surgeryWhen you know you love someone it"s easyYour book heavy head is so weighted with deep thoughtsAs you lay in my lap and we struggle with small talkTry writing it down but you trip on writers blockSo we just “hmmm mmm mmm” On and on and on and onHold me, don"t think too hard about itWould common sense allow it?You wait too long and you"ll lose meDo it when you get the urgingOh its not rocket surgeryWhen you know you love someone it"s easyWe"re a pair you"re smart I"m romanticKiss like you care your mouth is mechanicalWords are air; over my head they blowSo blink once if you like itAnd blink twice if you don"tThree times, if you love itAnd then just keep them closedHold me, don"t think too hard about itWould common sense allow it?You wait too long and you"ll lose meDo it when you get the urgingOh it"s not rocket surgeryWhen you know you love someone it"s easyHold me, don"t think too hard about itWould common sense allow it?You wait too long and you"ll lose meDo it when you get the urgingOh it"s not rocket surgeryWhen you know you love someone it"s easyhttp://music.baidu.com/song/24957619

cometic surgery于plastic surgery有什么区别

cosmetic surgery 是整容手术plastic surgery 是整形衡枝橘手术后者范搭迟围咐团更广

Pretty Polly 歌词

歌曲名:Pretty Polly歌手:Bob Dylan专辑:Live In New York: Gaslight Cafe 06/09/1961Pretty boyI lie awake at nightSee things in black and whiteI ve only got you inside my mindYou know you have made me blindI lie awake and prayThat you will look my wayI have all this longing in my heartI knew it right from the startOh my pretty pretty boy I love youLike I never ever loved no one before youPretty pretty boy of mineJust tell me you love me tooOh my pretty pretty boyI need youOh my pretty pretty boy I doLet me insideMake me stay right beside youI used to write your nameAnd put it in a frameAnd sometime I think I hear you callRight from my bedroom wallYou stay a little whileAnd touch me with your smileAnd what can I say to make you mineTo reach out for you in timeOh my pretty pretty boy I love youLike I never ever loved no one before youPretty pretty boy of mineJust tell me you love me tooOh my pretty pretty boyI need youOh my pretty pretty boy I doLet me insideMake me stay right beside youBRIDGEOh pretty boySay you love me tooOh my pretty pretty boy I love youLike I never ever loved no one before youPretty pretty boy of mineJust tell me you love me tooOh my pretty pretty boyI need youOh my pretty pretty boy I doLet me insidehttp://music.baidu.com/song/52527695

Rocketmq的k8s配置(1nameservice + 1brocker)

RockerMQ在k8s的部署有两种方式, 一种是使用operator 在k8s集群中部署,可参考 operation项目 ; 一种是编写简单的k8s配置文件,在rocketmq的docker项目中有提供模板。 这里我们希望使用单机版k8s部署一套低配置rockerMQ, 仅启动一个nameservice和1个broker,我们将使用 rocketmq-docker项目 提供的模板来完成。 apiVersion: apps/v1 kind: Deployment metadata: name: rocketmq spec: replicas: 1 selector: matchLabels: app: rocketmq template: metadata: labels: app: rocketmq spec: containers: - name: broker image: apacherocketmq/rocketmq:4.6.0 command: [&quot.sh","mqbroker", "-n","localhost:9876"] imagePullPolicy: IfNotPresent ports: - containerPort: 10909 - containerPort: 10911 env: - name: JAVA_OPT value: -server -XX:ParallelGCThreads=1 volumeMounts: - mountPath: /home/rocketmq/logs name: brokeroptlogs - mountPath: /home/rocketmq/store name: brokeroptstore - name: namesrv image: apacherocketmq/rocketmq:4.6.0 command: ["sh","mqnamesrv"] imagePullPolicy: IfNotPresent ports: - containerPort: 9876 volumeMounts: - mountPath: /home/rocketmq/logs name: namesrvoptlogs volumes: - name: brokeroptlogs emptyDir: {} - name: brokeroptstore emptyDir: {} - name: namesrvoptlogs emptyDir: {} - name: namesrvoptstore emptyDir: {} apiVersion: v1 kind: Service metadata: name: rocketmqservice spec: type: NodePort ports: - name: namesrv port: 9876 targetPort: 9876 nodePort: 32000 selector: app: rocketmq notes: 签名异常问题 Caused by: org.apache.rocketmq.acl.common.AclException: [10015:signature-failed] unable to calculate a request signature. error=Algorithm HmacSHA1 not available 手动方案I,在tool.sh 中${JAVA_HOME}/jre/lib/ext后加上ext文件夹的绝对路径(jdk路径) 最终方案: 手动的方式,很不方便,经过检查,实际问题是由于路径上的${JAVA_HOME}变量为空,导致无法找到etx路径。所以,我们通过k8s的方式传入JAVA_HOME环境便令就可以了。如下图: 3.2 添加订阅组 订阅组 可以用来实现消费的loadbalance,同一订阅组的消费者分享所有的读队列。 创建订阅组使用updateSubGroup 命令,所需参数如下: 执行命令新建一个授权服务的消费组 ./mqadmin updateSubGroup -b localhost:10911 -n localhost:9876 -g GID_authorize 执行结果:

Java可以调用WCF提供的NetTcpBing协议的服务吗

一般语言调用web服务都差不多 引用WEB服务,然后根据服务下载WSDL,根据WSDL生成客户端代理类 然后new 一个客户端对象类,再调用其下方法就行的。 你这个冒似是定义的节点有问题吧。生成wsdl的时候报错了

get connected是什么意思

get connected 获得连接

eta2000_2机芯上链问题

现在ETA2000机芯就是单向自动上弦的。ETA2000机芯是瑞士ETA公司一款成熟机芯,双向自动(亦可手动)上链,摆频为28800,多数用于浪琴、欧美茄等瑞士品牌的名表上,其走时误差一般为10左右/24小时。

asp.net 求方法,我想在网页中做个 浏览 按钮,可以选择文件夹,也可以选择文件, 解决问题50分,

工具箱里拖个FileUpload控件上去就可以了

shn!be quiet!原文翻译

这是我翻译的,shn !be宁静!

from the stage什么意思? retain control over为何两个动词连在一起

stage是舞台的意思control在这里是名词:控制

解释一下retaining earnings,不要说留存收益等于盈余公积加未分配利润的,我们老师说

retained earnings(beginning)+net income-dividends=retaine earning(end of period)书上标准答案

The only meals regularly taken together in Britain these days are at the weekend, among rich

表语是at the weekend后面的among rich families是介词结构,做状语。状语和定语去区别,就是定语是修饰名词的,而状语时修饰谓语动词的。或者说,状语不是修饰名词的。

含retain显示屏的iPad mini2与普通的iPad mini有什么区别

iPad mini2 分辨率更高,处理器更好,内存更大,价格更贵

子线程中有autoreleasepool了,retain的指针需要release吗

貌似不需要

retaining与retention区别

前者是动名词,保留了动词的特点,后面要跟自己的宾语(因为retain是及物动词),如:Theythistimeembracedheartily,andwithoutretaininganymalice.他们这次热情而毫无恶意地拥抱了彼此。后者是名词,不能跟名词,但可说:theretentionofsth.

iOS中assign,copy,retain之间的区别以及weak和strong的区别

u2022 copy: 用于希望保持一份传入值的拷贝,而不是值自身的情况,即把原来的对象完整的赋值到另外一地方,重新加载一内存区,一个地方变了不影响另一个地方的对象。u2022 assign: 简单的直接赋值,相当于说两个对象指向同个内存区,一个地方的变了,其他的也跟着改变。u2022 retain:释放旧的对象,将旧对象的值赋予输入对象,再提高输入对象的索引计数 为1那上面的是什么意思呢?Copy 其实是建立了一个相同的对象,而 retain 不是:比如一个 NSString 对象,地址为 0×1111,内容为@”ABC”Copy 到另外一个 NSString 之 后,地址为 0×2222,内容相同,新的对象 retain 为 1, 旧 有对象没有变化retain 到另外一个 NSString 之 后,地址相同(建立一个指针,指针拷贝),内容当然相 同,这个对象的 retain 值+1assign 地址还是0x1111,内容也还是“ABC”。也就是说,retain 是指针拷贝,copy 是内容拷贝。strong,weak 用来修饰属性。strong 用来修饰强引用的属性;@property (strong) SomeClass * aObject; 对应原来的 @property (retain) SomeClass * aObject; 和 @property (copy) SomeClass * aObject; weak 用来修饰弱引用的属性;@property (weak) SomeClass * aObject; 对应原来的 @property (assign) SomeClass * aObject;

retained是什么意思

v.保持( retain的过去式和过去分词 ) 拦住 保存 止住1.Other countries retained their traditional and habitual ways of doing things.其他国家仍然保持着他们做事的传统和习惯。2.He had retained a keen interest in the progress of the work.他对那项工作的进展一直很关心。3.She retained a number of copies for further annotation.她保留了许多副本以便作进一步的注解。

retain是不及物动词

答案没有错.当cope的后面没有sth时,with就不必写.当cope的后面有sth时,with就必须写. 比如说: 1 it is such hard work that I can"t cope.-------来自 牛津高级英汉字典 第四版 p313. 2 it is such hard work that I can"t cope with it (是这个概念:有宾语,就有介词) 又如:He is a difficult man,and I don"t know how to deal (WITH HIM).

retain 和remain的区别和用法?谢谢

remain[不]保持,仍是;剩下;继续;忍耐;持久1.trainfaresarelikelytoremainunchanged.火车票价很可能会保持不变。2.inspiteoftheirquarrel,theyremainthebestoffriends.尽管有过争吵,他们仍是最好的朋友。3.verylittleofthehouseremainedafterthefire.火灾之后,这座房子所剩无几。4.hewillremainasmanageroftheclubuntiltheendofhiscontract.他将继续担任俱乐部经理,直至合同期满。retain[及]保留;维持;记忆;雇用;聘请1.hestruggledtoretaincontrolofthesituation.他曾努力保持对局势的控制。2.thehouseretainsmuchofitsoriginalcharm.这所房子保留了许多原有的魅力。3.shehasagoodmemoryandfindsiteasytoretainfacts.她记忆力好,很容易记住事情。

英语To retain your current password怎么翻译?

可以译为保留当前的密码。

retain和maintain作“保持”讲怎么区别?

retain主要指保留,持有某样东西,还有“取得”的意思maintain是保持某个动作或状态的意思,如maintain stability.

retain和maintain作“保持”讲怎么区别?

分类: 外语/出国 问题描述: 如题,谢谢 解析: retain主要指保留,持有某样东西,还有“取得”的意思 maintain是保持某个动作或状态的意思,如maintain stability.

retain造句

retain,保留,保持的意思。以下列举一些例句:The company decided to retain its best employees by offering them higher salaries better benefits.(公司决定通过提供更高的薪资和更好的福利来留住最优秀的员工。)The athlete was able to retain his title as the world champion for three consecutive years.(这位运动员连续三年保持了世界冠军的头衔。)The teacher tried to retain the students" attention by using interactive teaching methods.(老师尝试使用互动教学方法来保持学生的注意力。)The company was able to retain its market share despite fierce competition from its rivals.(尽管竞争对手激烈,但公司仍能保持其市场份额。)The lawyer advised his client to retain all the relevant documents for the upcoming trial.(律师建议他的客户保留所有与即将到来的审判有关的文件。)The hotel was able to retain its reputation for excellent service by consistently meeting the needs of its guests.(酒店通过不断满足客人的需求,成功地保持了其优质服务的声誉。)The artist was able to retain his unique style while also incorporating new techniques into his work.(艺术家在融入新技术的同时,成功地保持了自己独特的风格。)The company decided to retain its current advertising agency after a thorough review of its performance.(公司经过全面评估后决定保留其现有的广告代理商。)The museum was able to retain its collection of rare artifacts by implementing strict security measures.(博物馆通过实施严格的安全措施,成功地保留了其珍贵文物的收藏。)The politician was able to retain his seat in parliament by winning the support of his constituents.(这位政治家通过赢得选民的支持,成功地保住了自己在议会的席位。)

求retain,lift,raise,arise 辨析~~详细一点~~谢谢

我说一下它们常见的意思。retain:vt.保持;留在心中,记住lift :vt 举起,抬起,提起,指用力或机械把重物提高到较高的位置 。arise:vi.1. 升起,上升 2. 产生,出现,形成 (+from/out of)raise:vt .引起,抱起;提高(价格等);养育;筹集 多指把某物从低处升到高处。详细的建议楼主在百度百科里面搜一下raise,里面也有详细的解释和辨析。希望对你有帮助的哈 O(∩_∩)O哈!

retain do sth还是retain to do sth

i-don"t-try-and-do-not-retain我想保留 -----联系文翻译更准确截取部翻译完整请采纳~

SAS retain 语句

累加语句new_income+income;相当于下面的程序段:retainnew_income0;new_income=sum(new_income,income);所以说,上面的两个程序都使用了retain的功能,结果当然一样!想体现出retain的作用,可以试试把累加语句new_income+income;改为new_income=sum(new_income,income);

garbage和trash的区别, retain和keep的区别,resist和refuse的区别

1、trash属于英语,准确的说是美国英语里的外来语,并非根红苗正的英文单词,通常用其动词形式,和mess up意思差不多,garbage比较常用,rubbish的使用频率稍低 。例句:1. In her home, garbage was fed to the pigs.在她家,剩菜用来喂猪.2.Our job is to clear away the rubbish.我们的工作是清除这些垃圾.2、retain有存留之意,比如保持安静,保持温暖之类,keep quiet,stay quiet,keep warm stay warm都可以 在表示 被动的行为,即一个事物保持另一个事物的状态,只能用keep 。例句:1、He remained in his seat after all the other students had gone home.2、She knew she must keep calm.I wish those children would keep quiet.3、refuse to do sth 拒绝做某事。resist doing sth 抵制做某事。例句:1、a reject from the varsity team; a tire that is a reject. 被大学代表队拒绝的人;被拒绝使用的轮胎 。2、She was refused admittance. He refused treatment. 她被拒绝加入;他拒绝治疗 。

IOS中Retain和Copy的区别

  copy与retain的区别:  copy是创建一个新对象,retain是创建一个指针,引用对象计数加1。Copy属性表示两个对象内容相同,新的对象retain为1 ,与旧有对象的引用计数无关,旧有对象没有变化。copy减少对象对上下文的依赖。  retain属性表示两个对象地址相同(建立一个指针,指针拷贝),内容当然相同,这个对象的retain值+1也就是说,retain 是指针拷贝,copy 是内容拷贝。    当然在ios中并不是所有的对象都支持copy,mutableCopy,遵守NSCopying 协议的类可以发送copy消息,遵守NSMutableCopying 协议的类才可以发送mutableCopy消息。假如发送了一个没有遵守上诉两协议而发送 copy或者 mutableCopy,那么就会发生异常。但是默认的ios类并没有遵守这两个协议。如果想自定义一下copy 那么就必须遵守NSCopying,并且实现 copyWithZone: 方法,如果想自定义一下mutableCopy 那么就必须遵守NSMutableCopying,并且实现 mutableCopyWithZone: 方法。  首先我们需要有这样的一个前提:  [array addObject:obj];  这样obj的引用计数会增加1,如果使用remove则obj的引用计数会减一。  ios对集合的内存处理就是这样的。  那么,假设obj只被array拥有:  id temp = [array objectAtIndex:0];  [array removeObjectAtIndex:0];  如果你再要使用temp就会出错,因为这个时候obj已经被释放了。  (提醒一下,如果用NSString做测试,要注意@“abc”是常量 :-) )  由于在程序中经常会遇到集合类的传值,所以,简单的retain未必够用,需要对集合内容的拷贝,也就是深拷贝。  下面我们就来探讨一下。  Ios提供了copy和mutablecopy方法,顾名思义,copy就是复制了一个imutable的对象,而mutablecopy就是复制了一个mutable的对象。以下将举几个例子来说明。  1. 系统的非容器类对象  这里指的是NSString,NSNumber等等一类的对象。  NSString *string = @"origion";  NSString *stringCopy = [string copy];  NSMutableString *stringMCopy = [string mutableCopy];  [stringMCopy appendString:@"!!"];  查看内存可以发现,string和stringCopy指向的是同一块内存区域(又叫apple弱引用weak reference),此时stringCopy的引用计数和string的一样都为2。而stringMCopy则是我们所说的真正意义上的复制,系统为其分配了新内存,但指针所指向的字符串还是和string所指的一样。  再看下面的例子:  NSMutableString *string = [NSMutableString stringWithString: @"origion"];  NSString *stringCopy = [string copy];  NSMutableString *mStringCopy = [string copy];  NSMutableString *stringMCopy = [string mutableCopy];  [mStringCopy appendString:@"mm"];//error  [string appendString:@" origion!"];  [stringMCopy appendString:@"!!"];  以上四个NSString对象所分配的内存都是不一样的。但是对于mStringCopy其实是个imutable对象,所以上述会报错。  对于系统的非容器类对象,我们可以认为,如果对一不可变对象复制,copy是指针复制(浅拷贝)和mutableCopy就是对象复制(深拷贝)。如果是对可变对象复制,都是深拷贝,但是copy返回的对象是不可变的。  2. 系统的容器类对象  指NSArray,NSDictionary等。对于容器类本身,上面讨论的结论也是适用的,需要探讨的是复制后容器内对象的变化。  //copy返回不可变对象,mutablecopy返回可变对象  NSArray *array1 = [NSArray arrayWithObjects:@"a",@"b",@"c",nil];  NSArray *arrayCopy1 = [array1 copy];  //arrayCopy1是和array同一个NSArray对象(指向相同的对象),包括array里面的元素也是指向相同的指针  NSLog(@"array1 retain count: %d",[array1 retainCount]);  NSLog(@"array1 retain count: %d",[arrayCopy1 retainCount]);  NSMutableArray *mArrayCopy1 = [array1 mutableCopy];  //mArrayCopy1是array1的可变副本,指向的对象和array1不同,但是其中的元素和array1中的元素指向的是同一个对象。mArrayCopy1还可以修改自己的对象  [mArrayCopy1 addObject:@"de"];  [mArrayCopy1 removeObjectAtIndex:0];  array1和arrayCopy1是指针复制,而mArrayCopy1是对象复制,mArrayCopy1还可以改变期内的元素:删除或添加。但是注意的是,容器内的元素内容都是指针复制。  下面用另一个例子来测试一下。  NSArray *mArray1 = [NSArray arrayWithObjects:[NSMutableString stringWithString:@"a"],@"b",@"c",nil];  NSArray *mArrayCopy2 = [mArray1 copy];  NSLog(@"mArray1 retain count: %d",[mArray1 retainCount]);  NSMutableArray *mArrayMCopy1 = [mArray1 mutableCopy];  NSLog(@"mArray1 retain count: %d",[mArray1 retainCount]);  //mArrayCopy2,mArrayMCopy1和mArray1指向的都是不一样的对象,但是其中的元素都是一样的对象——同一个指针  //一下做测试  NSMutableString *testString = [mArray1 objectAtIndex:0];  //testString = @"1a1";//这样会改变testString的指针,其实是将@“1a1”临时对象赋给了testString  [testString appendString:@" tail"];//这样以上三个数组的首元素都被改变了  由此可见,对于容器而言,其元素对象始终是指针复制。如果需要元素对象也是对象复制,就需要实现深拷贝。http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Collections/Articles/Copying.html  NSArray *array = [NSArray arrayWithObjects:[NSMutableString stringWithString:@"first"],[NSStringstringWithString:@"b"],@"c",nil];  NSArray *deepCopyArray=[[NSArray alloc] initWithArray: array copyItems: YES];  NSArray* trueDeepCopyArray = [NSKeyedUnarchiver unarchiveObjectWithData:  [NSKeyedArchiver archivedDataWithRootObject: array]];  trueDeepCopyArray是完全意义上的深拷贝,而deepCopyArray则不是,对于deepCopyArray内的不可变元素其还是指针复制。或者我们自己实现深拷贝的方法。因为如果容器的某一元素是不可变的,那你复制完后该对象仍旧是不能改变的,因此只需要指针复制即可。除非你对容器内的元素重新赋值,否则指针复制即已足够。举个例子,[[array objectAtIndex:0]appendstring:@”sd”]后其他的容器内对象并不会受影响。[[array objectAtIndex:1]和[[deepCopyArray objectAtIndex:0]尽管是指向同一块内存,但是我们没有办法对其进行修改——因为它是不可改变的。所以指针复制已经足够。所以这并不是完全意义上的深拷贝,但是apple的官方文档将其列为deep copy了,并添加了copy和mutablity的关系说明,故在此做一说明

preserve与retain区别 还有其他“保留”的区别

preserve更多的是有预留的意思,比如说在国外停车场看到写着preserved标志,你就不能在这停车了,这些是预留车位. preserve表示保留时,意思和retain差不多,就看习惯用法了. Few of her early articles are preserved.她早期的文章没有几篇留存下来. retain是保留意见,保留权利的意思.比如说: We shall retain our rights.我们将保留我们的权利. 其他的保留用得最多的是keep,这个词就不用多说了吧. 还有就是:hold保持住;reserve也有预留的意思,如餐馆预定;save保存;withhold保留

retain和strong,assign和weak的区别

retain和strong,assign和weak的区别这两组词在意思上根本不存在相同或相近意义,也就是说它们在意义上风马牛不相及。如果说找反义词,那么strong和weak可以算一对反义词。而retain, assign就没有什么关联的地方了。1. retain: verb, to continue to have that thing(动词)保留;保持;保存He retains a deep respect for the profession.他对这个职业仍然深怀敬意The interior of the shop still retains a nineteenth-century atmosphere.这家商店的内部装修仍然保留着19世纪的风格。Other countries retained their traditional and habitual ways of doing things.其他国家仍然保持着他们做事的传统和习惯。If left covered in a warm place, this rice will retain its heat for a good hour.如果加盖放在暖和的地方,这些米饭可以保温足足一个小时。2. strong: adjective, (someone/an animal is) healthy with good muscles and can move or carry heavy things, or do hard physical work(形容词)强壮的;健壮的;力气大的I"m not strong enough to carry him.我力气不够大,抱不动他。I feared I wouldn"t be able to control such a strong horse.我怕我驾驭不了这么强壮的马。3. assign: verb, give a piece of work to someone(动词)分派工作;布置作业Later in the year, she"ll assign them research papers.今年晚些时候,她将给他们指定研究论文。When I taught, I would assign a topic to children which they would write about.我教课时会给孩子们布置一个题目,让他们就这个题目写点东西。When teachers assign homework, students usually feel an obligation to do it.当老师布置家庭作业的时候,学生们通常觉得做作业是分内之事。4. weak: adjective, someone is not healthy or does not have good muscles, so that they cannot move quickly or carry heavy things(身体)虚弱的,无力的His arms and legs were weak.他的四肢虚弱无力。I was too weak to move or think or speak.我太虚弱了,无法动弹,无法思考,也无法说话。

retain和strong的区别

很大区别:retain:保持strong:强如果是retain strong: 保持那么强

SAS中retain是什么作用

对变量进行值的初始化和保留到下一个迭代步的作用。举例:有个数据集有10条记录。retain a;a=sum(a,1);则10条记录的a变量的值是1,2,3,4,5,6,7,8,9,10.如果不retain a;则都是1.在你使用INPUT语句的时候结合RETIAN可以认为是对新增变量的一个值初始化,当然你要赋予一个初始值。如果没用retain,结果就是只有第一行有值。不知道这么说是否帮到你。

retain、stay、keep的用法区别

retain有存留之意例如We retained the original fireplace when we decorated the room.我们装修房间时保留了原来的壁炉 (存留之意-原本有的东西保留下来)在表示 主动的行为,即对象是有意识的保持 比如保持安静,保持温暖之类,keep quiet, stay quiet, keep warm stay warm都可以 在表示 被动的行为,即一个事物保持另一个事物的状态,只能用keep 比如: keep me warm, keep me alive 等等 希望采纳

retain和preserve的区别

retain 保留,留住,拦住(及物动词) preserve 保存,维护,维持,禁猎(及物,注重保护,不让其灭绝或遭到破坏)

retaining与retention区别

retaining 是动名词 可做形容词用;retaintion是名词

retain 和remain的区别和用法?谢谢

remain doing1.retain 存留之意We retained the original fireplace when we decorated the room.我们装修房间时保留了原来的壁炉 (存留之意-原本有的东西保留下来)2.remain 是保持 原来状态 (关键在"状态" )remain standing, seated 一直站着,坐着试想想看,如果用retain 的话,完全就马屁不通了

retain 和remain的区别和用法?谢谢

remaindoing1.retain存留之意Weretainedtheoriginalfireplacewhenwedecoratedtheroom.我们装修房间时保留了原来的壁炉(存留之意-原本有的东西保留下来)2.remain是保持原来状态(关键在"状态")remainstanding,seated一直站着,坐着试想想看,如果用retain的话,完全就马屁不通了

SAS中retain是什么作用

对变量进行值的初始化和保留到下一个迭代步的作用。举例:有个数据集有10条记录。retaina;a=sum(a,1);则10条记录的a变量的值是1,2,3,4,5,6,7,8,9,10.如果不retaina;则都是1.在你使用INPUT语句的时候结合RETIAN可以认为是对新增变量的一个值初始化,当然你要赋予一个初始值。如果没用retain,结果就是只有第一行有值。不知道这么说是否帮到你。

retain和remain的区别是什么

remain[不]保持,仍是;剩下;继续;忍耐;持久1.trainfaresarelikelytoremainunchanged.火车票价很可能会保持不变。2.inspiteoftheirquarrel,theyremainthebestoffriends.尽管有过争吵,他们仍是最好的朋友。3.verylittleofthehouseremainedafterthefire.火灾之后,这座房子所剩无几。4.hewillremainasmanageroftheclubuntiltheendofhiscontract.他将继续担任俱乐部经理,直至合同期满。retain[及]保留;维持;记忆;雇用;聘请1.hestruggledtoretaincontrolofthesituation.他曾努力保持对局势的控制。2.thehouseretainsmuchofitsoriginalcharm.这所房子保留了许多原有的魅力。3.shehasagoodmemoryandfindsiteasytoretainfacts.她记忆力好,很容易记住事情。

retain有聘请的意思?

有的,牛津上: retain v [Tn] (esp fml 尤作文雅语) keep (sth) in one"s possession or use 保持或保留(某物): We retained the original fireplace when we decorated the room. 我们装修房间时保留了原有的壁炉. continue to have (sth); not lose 仍然有(某事物); 未丧失; 保住: Despite losing his job he retains his pension. 他虽然失去了工作, 但仍然享有养老金. These roses retain their scent. 这些玫瑰花仍有余香. He is 90 but still retains (the use of) all his faculties. 他已90高龄, 但身体功能都很好. The police retained control of the situation. 警方仍然控制着局势. keep (sth) in one"s memory 记住(某事物): be able to retain numbers, dates, facts, etc 能记住数目、 日期、 事实等 She retains a clear impression/memory of the incident. 她对那件事印象很深[记得很清楚]. keep (sth) in place; hold or contain 止住(某物); 保持; 容纳: A dyke was built to retain the floods. 修了一道堤坝挡住洪水. Clay soil retains water. 黏土能保持水分. (law 律) book the services of (esp a barrister) by making a payment 付定金聘请(尤指讼务律师): a retaining fee 聘用定金.

retain 和hold memory

retain是保存、获得的意思,holdmemory是保存记忆的意思。给大家介绍的是一个构词能力超强的词根,它就是tain。tain还有两种变化形式,分别是ten和tin。他们三个都表示“tohold”,持,握,守的意思,简单来说就是把东西hold住。最后,obtain,ob的意思是infrontof,面前的。把你面前的东西全部hold住,囊括其中。指通过努力去持有,获得,取得的意思。

retain的近义词辨析

  retain有保持; 留在心中,记住; 雇用等意思,那么你知道retain的 近义词 有哪些吗?下面我为大家带来retain的近义词及辨析,接下来一起来学习一下吧。  retain近义词:   keep, retain, reserve, preserve, conserve, withhold   retain近义词辨析:   这些动词均有"保持,保存"之意。   keep 最常用词,指长时间牢固地保持或保存。   retain 指继续保持。   reserve 正式用词,指为了将来的用途或其他用途而保存、保留。   preserve 主要指为防止损害、变质等而保存。   conserve 一般指保存自然资源,保全人的精力、力量等。   withhold 指扣住不放,暗示有阻碍。   retain的英语例句:   1. Daily facial exercises help her to retain the skin"s elasticity.   每天做面部运动帮助她保持皮肤弹性。   2. Disney will retain a 51 percent controlling interest in the venture.   迪斯尼将保留该项目51%的控股权。   3. Vegetables should retain some firmness and should not be soggy and waterlogged.   蔬菜应保持一定的硬挺度,不应潮乎乎的浸透了水。   4. He decided to retain him for the trial.   他决定聘请他为出庭律师。   5. He is likely to retain the England captaincy.   他有望继续担任英格兰队队长。   6. to retain your independence   保持独立   7. He has managed to retain most of his fortune.   他设法保存了他的大部分财产.   8. We shall retain our rights.   我们将保留我们的权利.   9. China dishes retain heat longer than metal pans.   瓷器盘子比金属盘子保温时间长.   10. Retain copies of all correspondence, since you may need them at a later date.   要保留好所有信件的副本,日后可能会用到。   11. Native people were allowed to retain some sense of their traditional culture and religion.   当地原住民获准可以保留一些自己的 传统 文化 和宗教。   12. This season I expect us to retain the championship and win the European Cup.   这个赛季我期待我们能够保住冠军头衔,赢得欧洲杯。   13. How does an aging politician retain his hold on the loyalty of the voters?   一个年迈的政客是怎样使选民继续支持他的 呢 ?   14. He drove the idea in somehow, and hoped that his pupils would retain it.   他设法灌输这一概念而且希望他的学生们记住它.   15. They built a wall round the shore of the lake to retain the water.   他们沿着湖边筑起一道堤来挡水.

remain 和retain的区别。详细些。

remain [不]保持,仍是;剩下;继续;忍耐;持久1. Train fares are likely to remain unchanged. 火车票价很可能会保持不变。2. In spite of their quarrel, they remain the best of friends. 尽管有过争吵,他们仍是最好的朋友。3. Very little of the house remained after the fire. 火灾之后,这座房子所剩无几。4. He will remain as manager of the club until the end of his contract. 他将继续担任俱乐部经理,直至合同期满。retain [及]保留;维持;记忆;雇用;聘请1. He struggled to retain control of the situation. 他曾努力保持对局势的控制。2. The house retains much of its original charm. 这所房子保留了许多原有的魅力。3. She has a good memory and finds it easy to retain facts. 她记忆力好,很容易记住事情。

retain英文是什么意思

retain英 [ru026au02c8teu026an] 美 [ru026au02c8ten] vt. 保持; 留在心中,记住; 雇用; 付定金保留过去式: retained 过去分词: retained 现在分词: retaining 第三人称单数: retains

retain的用法与搭配归纳

retain作“保留,保存,保持”解时是较为正式的用语,含有不失去的意味,指继续“保持”或“保存”某事物。可用于指保留贵重的物品,老人保持活力,记忆中保持一定的事实等。 retain是及物动词,接名词或代词作宾语。可用于被动结构。 搭配: retain on; retain sth on(over) sth 扩展资料   Disney will retain a 51 percent controlling interest in the venture.   迪斯尼将保留该项目51%的控股权。   Vegetables should retain some firmness and should not be soggy and waterlogged.   蔬菜应保持一定的.硬挺度,不应潮乎乎的浸透了水。   He decided to retain him for the trial.   他决定聘请他为出庭律师。

"retain"是什么意思

retain:留住;保住!

C:WINDOWSPrefetchREGSVR32.EXE-25EEFE2F.pf损坏怎么修复

它都提示让你运行CHKDSK了,那你就运行吧。^_^在开始-运行中输入“CHKDSK C:/F”如果你的系统是在别的盘,就把“C:”换成你系统所在的盘符名,如“D:”然后系统可能会提示你“什么无法锁定当前驱动器,……是否计划在下次系统重新启动时检查这个卷?”按一下“Y”就可以了。重启计算机。应该就OK了,如果还不行那就重装系统吧。对了,如果根本进不了系统,那也可以在“安全模式”下用这个命名。在开机的时候按住“F8”会出现系统启动菜单,可以从中选择以安全模式启动。

AMD 3DNowPrefetch 是什么东东啊?

AMD公司提出的3DNow!指令集应该说出现在SSE指令集之前,并被AMD广泛应用于其K6-2 、K6-3以及Althon(K7)处理器上。3DNow!指令集技术其实就是21条机器码的扩展指令集。与Intel公司的MMX技术侧重于整数运算有所不同,3DNow!指令集主要针对三维建模、坐标变换 和效果渲染等三维应用场合,在软件的配合下,可以大幅度提高3D处理性能。后来在Althon上开发了Enhanced 3DNow!。这些AMD标准的SIMD指令和Intel的SSE具有相同效能。因为受到Intel在商业上以及Pentium III成功的影响,软件在支持SSE上比起3DNow!更为普遍。Enhanced 3DNow!AMD公司继续增加至52个指令,包含了一些SSE码,因而在针对SSE做最佳化的软件中能获得更好的效能。PCI PREFETCH 是基于PCI总线的一种优化性能的功能,通过对数据的预读取来达到快速响应的效果,好像现在AMD主板都没有这个功能了

什么是Superfetch服务?到底应不应该禁用它?

微软在Windows Vista中推出了一项新技术--Superfetch。据微软官方宣称,该技术采用了新算法,可以高效提高硬盘工作效率。它不但继承了Windows XP预取技术的全部优点,还进一步具备监视程序运行时状况,时间等详细情况的功能,可以根据用户的使用习惯,自动预先将存放在硬盘的交换文件转换到内存页面中去,使用户经常运行的程序启动时的速度得到进一步的加快.禁用Superfetch具体方法如下:1.进入控制面板,双击“管理工具”(在“经典视图”模式下),在打开的对话框中的右侧区域内,找到并双击“服务”。2.随后系统会再次弹一窗口,请在列表中找到并双击“Superfetch”,在弹出的对话框中将其禁用3.由于我们不能确定Windows Vista系统的“Superfetch”技术是利大于弊,还是弊大于利,所以建议大家还是先以“稳妥”为重。至少,禁用“Superfetch”并不会对系统有损害,顶多就是系统“也许会慢一点

我在C盘的WINDOWS下Prefetch中发现了Svchost.exe,能不能确定是病毒啊?打开一个特别普通的文件夹都特别慢

1.在Petfetch找到就是(或类似)“SVCHOST.EXE-3530F672.pf”的就对,不然就有问题。2.可以说,只要有一个svchost.exe不是以SYSTEM、Local Service和Network Service(不分大小写)的用户启动,就有问题。而可运行的svchost.exe只在system32中有。3.打开一个特别普通的文件夹都特别慢?Windows的通病。希望你习惯。 4.所有的svchost.exe都是小写。你的全是小写,应该没问题。建议先切换到安全模式,然后再用杀毒软件(最新升级)全盘扫描。

我的系统为什么没有c:windowsprefetch这个文件夹,你们有吗

Windows XP是允许我们设置预读的对象。 方法就是:打开注册表编辑器,依次展开HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters分支,在右侧窗口中双击"EnablePrefetcher",在打开的"DWORD"值编辑窗口中,可以对Windows XP进行预读设置: 将该值设置为"0",即为取消预读功能; 设置为"1",系统将只预读应用程序; 设置为"2",系统将只预读Windows系统文件; 设置为"3",系统将预读Windows系统文件和应用程序。

怎样让C盘WINDOWS emp和prefetch这两个文件夹里自动没有任何文件?

可以选择使用除IE外其他浏览器,像遨游、火狐、360等,软件自带自动清除记录功能,设置一下就可以了,其中360安全浏览器有个无痕浏览功能,不产生临时文件。自己选择合适的浏览器下载。

del /f /s /q %windir%prefetch*.*作何解释

windows安装的目录比如系统安装在c:windows那么%windir%就代表c:windowsPrefetch文件夹是WindowsXP自动创建的,主要用于加快系统启动的速度。正常运行的情况下,WindowsXP会自动记录下启动时运行的每一个程序,并建立一个资料索引以加快下一次启动的时间。而当运行的程序重名时,系统会自动在程序名的后面添加一个“后缀”,随着使用时间的变长,Prefetch文件夹内会堆放许多垃圾,反而会拖慢系统,所以如果你有精力的话,还是建议对其进行定期删除。del/f/s/q%windir%prefetch*.*就是删除prefetch文件夹下的垃圾

我的电脑C盘的windows文件夹中怎么没有prefetch文件夹?

不可以!我知道你想要清理windows的预读文件*.pf而*.pf保存在文件夹prefetch中,不过prefetch里面还有其它文件,但是注意在清理*.pf时,应该保留其他文件,如:ini文件,因为它们记录着你机器中程序运行的信息,有时候诊断故障时需要。你可以使用搜索功能——*.pf...

C:WINDOWSPrefetch这个里面自动增加文件!怎么样才能制止

保存时候选择所有文件,然后手动写.bat就可以了另外建议你在注册表里面把prefetch的参数修改为2就可以了

磁盘C/Windows/prefetch 里的.pf文件可以删除么?

可删除可不删除。这是系统预读文件夹是否C:WINDOWSPrefetch下的吧。。这文件夹只是加快系统速度的。。给你个设置方案在使用WindowsXP较长时间后,我们会发现系统运行速度明显慢了下来,用多优化软件、卸载已经安装的软件都解决不了问题。究竟为什么呢?原来罪魁祸首就是预读设置。在“Windows\Prefetch”文件夹面有很多个以PF为扩展名的文件,这就是预读文件,如果将里面的文件清空以后,你就会发现系统运行速度又恢复正常了!看来,预读设置可以提高系统速度,但是使用一段时间后,预读文件夹里的文件又会变得很多了,导致系统搜索花费的时间变得很长。而且有些应用程序会产生死链接文件,进而加重了系统搜索的负担。因此,我们应该定期删除这些预读文件,用以提高开机速度。当然,WindowsXP重新设置预读对象是允许的。具体方法是:打开注册表编辑器,依次展开HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\PrefetchParameters分支,在右侧窗口中双击“EnablePrefetcher”,在打开的“DWORD”值编辑窗口中,可以对WindowsXP进行预读设置:将该值设置为“0”,即为取消预读功能;设置为“1”,系统将只预读应用程序;设置为“2”,系统将只预读Windows系统文件;设置为“3”,系统将预读Windows系统文件和应用程序。一般我们将该值设置为“2”即可,当然,如果你的计算机配置很高,如使用PIII800MHzCPU以上的建议将数值数据更改为4或5,也可以保留数值数据为默认值即3。这样可以加快系统运行速度。

在C:WINDOWSPrefetch有SVCHOST.EXE-3530F672.pf文件正常吗

分类: 电脑/网络 >> 反病毒 问题描述: 我的SVCHOST.EXE在进程中的CPU使用率达到了90%以上 解析: Svchost.exe是NT核心系统的非常重要的进程,在进程中是不定数的,要看工作状态。 system,local service和neork service的Svchost.exe是正常的进程。 Svchost.exe文件存在于“%systemroot% system32”目录下,它属于系统的共享进程。随着windows系统服务不断增多,为了节省系统资源,微软把很多服务做成共享方式,交由 svchost.exe进程来启动。但svchost进程只作为服务宿主,并不能实现任何服务功能,即它只能提供条件让其他服务在这里被启动,而它自己却不能给用户提供任何服务。这些系统服务是以动态链接库(dll)形式实现的,它们把可执行程序指向 svchost,由svchost调用相应服务的动态链接库来启动服务。 现在也在有部分木马病毒利用Svchost.exe启动到进程执行,以达到不可告人的目的。 Generic Host Process for Win32 Services动态连接库主机处理服务通过Svchost.exe来完成,文件对那些从动态连接库(DLL)中运行的服务来说是一个普通的主机进程名。Svhost.exe文件定位在系统的Windowssystem32文件夹下。在启动的时候,Svchost.exe检查注册表中的位置来构建需要加载的服务列表。这就会使多个Svchost.exe在同一时间运行。 由于svchost.exe处于Windowssystem32才是标准的,如果svchost.exe在其他目录下,这是不明的文件。全盘搜索svchost.exe,以如果不是在这个目录的,全部直接删除。(注:除系统恢复文件包driver.cab内的除外)。 检查某些网络上的木马是否通过Downloader下载到临时文件夹后产生变身文件,然后通过借助svchost.exe连接网络。打开我的电脑,从工具->文件夹选项,在查看中,勾选[显示系统文件夹的内容],去掉勾选 [隐藏受保护的操作系统文件]的勾。选择[显示所有文件],去掉隐藏已知的后缀名。 然后到以上描棕的文件夹里,把相应的病毒文件删除。 请正确判断文件是否系统文件还是伪系统文件,把它们一一删除。 在资源管理器的地址栏上直接输入: C:Documents and Settings当前用户名Local SettingsTemporary Inter FilesContent.IE5 C:Documents and Settings当前用户名Local SettingsTemporary Inter Files C:Documents and Settings当前用户名Local SettingsTemp 这三个临时文件夹中的文件全部直接删除。 还需注意的是,有些病毒把SVCHOST.exe的字母通过大写方式混淆,字母O其实是数字0,亦要把字母O改为数字0搜索。同时注意一下进程还有没有混淆的文件执行,例如:svohost.exe、syohost.exe、,或是后缀名不同,例如:svchost、svchost.scr。

求教,win7下SSD是否有必要关闭Prefetch

windows vista 和win7 需要关闭这两者 以免影响性能 xp以前只有prefetch而 windows8 以上的系统 已经改进了其对于ssd的影响 所以不需要再关闭

PCI prefetch的作用?

PCI接口芯片如(9030)在设置prefetch后,可以通过内部FIFO预取局部总线上的数据(顺序地址),PCI总线从FIFO上取数,而不是从局部总线上取。

windowsprefetch文件损坏了且不能运行怎么办

是不是右下角提示xxx损坏文件,文件或目录C:WindowsPrefetchxxx.pf已损坏且无法读取,请运行chkdsk工具。点击开始----运行----输入chkdskC:/f/r然后点“确定”。它会问你“是否强制卸下该卷”,你选择“Y”。然后系统开始扫描磁盘上的文件系统错误(注意命令中的空格)。或者直接找到并删除C:WindowsPrefetch内的所有文件。

prefetch下载这么设置后台下载

用命令行可以简化复杂的鼠标操作,实现后台自动化下载。Prefetch是Windows系统预读文件“缓存”机制所使用的文件夹,让过去打开过的程序、服务再次打开时更快捷。它包含了应用程序加载的文件的信息。在预取文件中的信息用于优化下次运行这些应用程序的载入时间。通过对用户习惯进行分析,能够在预定时间内将可能执行的代码提前调入,从而提高整体响应速度。看起来似乎大幅的占用了物理内存,原因不是说真的耗费资源,而是为了合理的利用全部的物理内存。

PREFETCH中的LAYOUT是什么 可以删掉吗?

最好不要删

为什么别人c盘windows下没有叫Prefetch的文件夹?

C:WINDOWSPrefetch 是系统预读文件夹,不是病毒 Windows之所以自动创建Prefetch文件夹,是为了加快系统启动的进程。Windows将会自动记录下启动时运行的每一个程序,并根据这份资料来加快下一次启动的时间。电脑中的程序成千上万,即使出现重名的程序也不足为奇,碰到这种情况,系统将会自动在程序名的后面添加一个“后缀”,这也就是为什么有些文件名的后面会出现一连串的数字、字母和.pf的扩展名的原因.时间久了,Prefetch文件夹内自然会堆放了许多垃圾,特别是如果用户经常更换电脑配置的话,系统以前记录的进程资料就没有任何用处了。你完全可以放心大胆地将Prefetch文件夹清空,不用害怕,即使删除的文件中有有用的资料,Windows也会自动地重新创建.
 首页 上一页  14 15 16 17 18 19 20 21 22 23 24  下一页  尾页