webnovel

Looking for a good officialdom romance novel

2024-08-20 10:41
I hope it's a comedy, and it has to end. It would be best if it was something like " Why " or " The Translator ". I like to read Gao Ganwen and have read many novels, so I hope you can provide more. Thank you!
2024-08-20 15:09

The recommendations for good novels about officialdom and urban romance are as follows: 1 " Rebirth: Official Life " "To our youth that will eventually pass away" 3 "Men and Women in the City" "The First Half of My Life" 5 "Flowers Blossoms Can Be Broken" 6 "Why the Silent Flute" One Servant, Two Masters 8 " Love in the City of Rebirth " 9 " Reborn City Police Officer " 10 " Peach blossoms still smile in the spring breeze " The novels recommended above were all completed urban romance novels, some of which involved officialdom, some were adapted from television dramas, and some were original novels. I hope you like one of them.

Latest Questions

Qiao Yan's Worries Free to Watch Complete Works Plot Introduction

Qiao Yan's Worries was released on October 26, 2024. There were no complete works available for free viewing. The movie told the story of Qiao Yan, who grew up in a border town and worked hard for many years to become a famous actress. After that, she encountered an anonymous blackmail message, and the dusty past became her shadow. At the same time, her sister, who had been missing for many years, returned from Myanmar, and there was a bigger crisis hidden behind it. The feelings between sisters were complicated, like two hedgehogs hugging each other, warming each other and hurting each other. Qiao Yan's younger sister, Xiao Qiao, was born in a rural area on the border of Yunnan and Myanmar. She was placed under house arrest because of her illegal status. However, she was unwilling to be trapped and stole her sister's identity card to escape to Beijing. Through these plots, the movie showed the struggles of the characters under pressure, as well as the entanglements of family, past and present. Watching " Qiao Yan's Worries " wasn't enough. Everyone, please click to read the novel!

1 answer
2026-09-13 07:08

The female protagonist's appearance, the male protagonist's novel

The following are some novels where the female lead appears to set up a trap for the male lead: - In "The Anti-routine Sick Male Lead", after the female lead, Shen Qingluo, became the female lead of the abandoned online novel, she faced the male lead, Su Yuan, who was pestering her in every way. She cooperated on the surface, but she hid her killing intent. In fact, she was also using a trick against the male lead in a few moves. In the end, the male lead could not leave her. - "A woman secretly admires a man, but he's not lowly!!" Trick male lead chasing her! In "#Tweet #Romance #Sweet #Unrequited Love #Fried Chicken Good-looking Fictions", the female protagonist, Bo Yixi, fell in love with the male protagonist, Zhou Shixu, at first sight. Therefore, she deliberately created all kinds of coincidences, such as borrowing a card to buy food in the cafeteria (after buying food, she directly transferred the money to AliPay without adding WeChat, which surprised the male protagonist), reuniting in the library, meeting again in the milk tea shop, and even boldly confessing on the radio program she hosted. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-09-13 07:08

Data Search Function Formula

The following are some common data search function formulas: ** 1. VLOOkUP Function ** 1. ** Function * - Finds the specified value in the first column of a table or array of values, and returns the value in the current column of the table or array. 2. ** grammar structure ** - =VLOOkUP(Search value, data table (search area), column number,(matching condition)) - For example, if the search area is B2:E10, the search name is in cell G3, and the assessment score is in column 2, the formula is =VLOOkUP(G3,B2:E10,2,False). - Note: - It could only be searched from left to right, but not in reverse. - The search value must be in the first column of the data table (search area), otherwise an error will be reported. - Special Usage: - When searching for multiple results, you can use VLOOkUP or array usage multiple times. For example, to find the employee's department, birthplace, and salary data, if the name was in the G2 cell, the search area would be A:E, the department would be in the fourth column, the birthplace would be in the fifth column, and the salary would be in the third column. The formula could be used multiple times: Department: = VLOOkUP (G2,A:E,4,0); birthplace: = VLOOkUP (G2,A:E,5,0); salary: =VLOOkUP(G2,A:E,3,0) Using the array usage formula: =VLOOkUP(G2,A:E,{4,5,3},0)(The new version has the array overflow function to directly obtain the result. Without this function, you need to first select the corresponding cell, press the three keys of the array, and press the command button.) - Search for the last record: When the data is a number, the formula is =VLOOkUP(9^9,A:A,1)(the first argument is 9 to the power of 9, you can also write other numbers larger than the number in column A, the fourth argument default fuzzy search); when the data is text, the formula is =VLOOkUP("seat",A:A,1); when the data is mixed, if the requirement is to return whatever the last data is, you need to use the LOOkUP function. - It is used for sum operations, such as the formula =SUM(VLOOkUP(B11,$A$2:$G$8,{2,3,4,5,6,7},0)). By modifying the third argument, query the column of each month, find the corresponding month data, and then sum. ** 2. LOOK UP Function ** 1. ** grammar ** - = look up (find the value in that column and return the result column). For example, to find the number of bananas, if the search value is in the D2 cell, the search area is A2:A5, and the result is B2:B5, the formula is =LOOkUP(D2,A2:A5,B2:B5). - When the data is mixed and the last data is to be found, the formula is =LOOkUP(1,0/(A:A<>""),A:A). ** 3. SUMIF Function ** 1. ** grammar ** - =sumif(condition column, sum condition, sum column). For example, if you want to ask for the number of oranges, if the condition column is A2:A5, the sum condition is in cell D2, and the sum column is B2:B5, then the formula is =SUMIF(A2:A5,D2,B2:B5). ** 4. DGET Function ** 1. ** grammar ** - =dget(data area, column number of the result to be found, search criteria). Note that when selecting data, you must also select the header. For example, if you want to find the data of lemons, if the data area is A1:B5, the result is in the second column, and the search condition is D1:D2, then the formula is =DGET(A1:B5,2,D1:D2). ** 5. DSUM Function ** 1. ** grammar ** - =dsum(data area, the name of the field that needs to find the result, and the search criteria). This function is a database function. All the data in the parameters need to include the header. For example, if you want to find all the data of apples, if the data range is A1:B5, the field name is in the E1 cell, and the search criteria is D1:D2, the formula is =DSUM(A1:B5,E1,D1:D2). ** 6. Summer Function ** 1. ** grammar ** - = sumproduct(first data area, second data area, third data area) and so on. For example, to find the number of apples, if the data area A2:A5 was judged to be equal to D2 (apple type), then multiplied by B2:B5 and then summed, the formula would be = SUMPRODOCT ((A2:A5 = D2)*B2:B5). ** 7. Index+Match Function Formula Combination ** 1. [Description] - It could be said to be an omnipotent screening and search combination. 2. ** grammar structure ** - =Index(Array result column,Match(search value, search area, 0)). For example, according to the employee's "name" to search for the corresponding "assessment results", if the search area is B2:B10, the search value is in the G3 cell, and the result column is C2:C10, first obtain the row number where the query value is through Match(G3,B2:B10,0), and then use the Index function to find the value of the corresponding row in the result column. The formula is =Index(C2:C10,Match(G3,B2:B10,0)). ** 8. XLOOkUP Function ** 1. ** Function * - Searching for a match in a range or array and returning the corresponding item through a second range or array. By default, an exact match is used. 2. ** grammar structure ** - =XLOOkUP(Find Value, Find Array, Return Array, No Value Found, Match Mode, Search Mode). Generally, you only need to set the first three functions. For example, if you want to check Zhao Fei's basic salary, if the search value is in cell G3, the search area is A2:A8, and the return area is D2:D8, then the formula is =XLOOkUP(G3,A2:A8,D2:D8). ** 9. TOCOL function (used to find data samples)** - When searching for data based on multiple conditions, such as searching for salaries based on departments and names, it could be used to compare multiple columns with the given conditions. If they were equal, the value of the corresponding column would be returned. The second argument could ignore the error value to obtain the correct result. It could also be used to list the list of personnel in each department. "Choose" was equally exciting. Everyone was welcome to read it!

1 answer
2026-09-13 07:08

Red Plum Apricot Price

There was a certain difference in the price of the red plum apricot. In Heyang County, Shaanxi Province, the price of land loading is more than 10 yuan; the price of some planting bases in Xiji County, Ningxia is 1 - 2 yuan/catty; the price of bulk weighing at roadside stalls can reach 10 yuan/catty. Some merchants also offer preferential packages, such as 2 catties for 9.9 yuan, 5 catties for 32 yuan, 10 catties for 55 yuan (32 yuan for sugar-free vegetable protein drink in the morning). "Nine Plum Red Songs Collection" novel is equally wonderful. Everyone is welcome to click and read it!

1 answer
2026-09-13 07:07

The kindergarten adorned with forest cartoons

The kindergarten pendant could be designed and made in the style of a forest cartoon. For example, he could use branches, hemp rope, leaves, and other natural materials to combine with cartoon forest elements to make pendants. It was also a good choice to make cartoon forest animal pendants with felt cloth. In the kindergarten environment, this kind of forest cartoon-style hanging decoration not only met the concept of Forest Department, but also attracted the attention of children. At the same time, it could also allow children to participate in the production process and enhance their hands-on ability. The fresh and beautiful forest cartoon pendant was more eye-catching in the kindergarten and could create a natural and interesting atmosphere for the kindergarten. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-09-13 07:07

Cats can heal people's emotions

Cats had the ability to heal people's emotions. The reasons were as follows: First of all, from the perspective of emotional needs, cats would make people feel that they were needed and warm, thus stimulating people's desire to protect. This desire to protect was the root of cats 'healing effect on humans. Secondly, when people were in a bad mood, they often couldn't help but pet and tease the cat. The cat's companionship and interaction could calm people down. For example, when people were unhappy, they would see the cute and interesting actions of the cat, such as the small expression of the cat opening its eyes and mouth when it was curious about the black mask of the mistress, or the cat with the saggy eyebrows lying behind the sofa with its eyes wide open to see if the owner was stealing food. Even if there were many troubles, they would be amused. Moreover, some of the cat's behaviors were also related to human emotional states. When their owners were happy, cats were more willing to come up and rub people and respond; when their owners were sad, they were more quiet. Moreover, in related experiments, cats would react positively to their owners 'smiling faces (positive emotion test) and even purr. In addition, the daily interaction with cats was also full of healing. For example, after settling the kitten before washing up, the kitten would patiently wait for the owner to come back. When it was sleepy, it would still follow the owner with its small head. The patience given to each other also helped to stabilize its emotions. Cats could also have intimate contact with their owners to express their love, such as flipping their bellies, licking people, rubbing people, asking for hugs, etc. These intimate actions could bring warmth and comfort to people, thus healing people's emotions to a certain extent.

1 answer
2026-09-13 07:07

Humorous Sentences That Were Banished to the Cold Palace

Here are some humorous sentences about being banished to the cold palace: - ChenQie implores the emperor to banish ChenQie into the cold palace. ChenQie can't take it anymore, this day is too damn hot! - Da Ru had gone to the Cold Palace for a vacation, buying groceries, and sending her children to school. No wonder she had to spend her days in the Cold Palace. - When a man and a woman were alone, a girl saying that she was cold was actually a kind of hooligan behavior. If a woman in the Cold Palace said that, she could only fool herself. - Banished to the cold palace? Then wouldn't I have to activate the mode of " one person eating, the whole family not hungry, in the Cold Palace, I'm the only one happy "? - Being banished to the Cold Palace was also good. He didn't have to think about how to fight for favor in the complicated harem every day. He could sleep peacefully in the Cold Palace.

1 answer
2026-09-13 07:06

The Complete Collection of Nine Songs of Heaven and Country

According to the information retrieved, it only mentioned the opening theme songs of episodes 6 - 7 and 9 - 60 of the " Nine Songs of the Sky " animation," Nine Songs of the Sky ", and " Accompanied by Nine Songs of the Sky ". It was impossible to give a complete collection of the songs of the animation. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-09-13 07:06

95 Throne novel recommendation

He only found a novel by the King of the Nine-Five Kingdom," Extraordinary Physiognomist ", which could be recommended. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-09-13 07:06
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